summaryrefslogtreecommitdiff
path: root/software/hhd70dongle/pcusbhid/hid.h
diff options
context:
space:
mode:
authorBernhard Tittelbach <xro@realraum.at>2012-05-19 20:48:29 +0000
committerBernhard Tittelbach <xro@realraum.at>2012-05-19 20:48:29 +0000
commit8ddbd3faab208bf46f907f86dba319f3153613de (patch)
treeee2a7425d61f31f9e798f6877a7eaac54097a213 /software/hhd70dongle/pcusbhid/hid.h
parentclean reset (diff)
moved hid70dongle usbhid pc interface
git-svn-id: https://svn.spreadspace.org/mur.sat@443 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/hhd70dongle/pcusbhid/hid.h')
-rw-r--r--software/hhd70dongle/pcusbhid/hid.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/software/hhd70dongle/pcusbhid/hid.h b/software/hhd70dongle/pcusbhid/hid.h
deleted file mode 100644
index 4d83703..0000000
--- a/software/hhd70dongle/pcusbhid/hid.h
+++ /dev/null
@@ -1,6 +0,0 @@
-
-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);
-