summaryrefslogtreecommitdiff
path: root/software/hhd70dongle/pcusbhid/hid.h
diff options
context:
space:
mode:
authorBernhard Tittelbach <xro@realraum.at>2012-05-17 06:14:24 +0000
committerBernhard Tittelbach <xro@realraum.at>2012-05-17 06:14:24 +0000
commit9bdf2f92bf95c69d668772e1c289ab89868aa738 (patch)
treee55a84d87ea7af7de84e5500221be66f83aa3d94 /software/hhd70dongle/pcusbhid/hid.h
parenthhd70 spi (diff)
usb lib
git-svn-id: https://svn.spreadspace.org/mur.sat@415 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/hhd70dongle/pcusbhid/hid.h')
-rw-r--r--software/hhd70dongle/pcusbhid/hid.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/software/hhd70dongle/pcusbhid/hid.h b/software/hhd70dongle/pcusbhid/hid.h
new file mode 100644
index 0000000..4d83703
--- /dev/null
+++ b/software/hhd70dongle/pcusbhid/hid.h
@@ -0,0 +1,6 @@
+
+int rawhid_open(int max, int vid, int pid, int usage_page, int usage);
+int rawhid_recv(int num, void *buf, int len, int timeout);
+int rawhid_send(int num, void *buf, int len, int timeout);
+void rawhid_close(int num);
+