summaryrefslogtreecommitdiff
path: root/software/hhd70dongle/pcusbhid/hid.h
diff options
context:
space:
mode:
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);
-