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, 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);
+