summaryrefslogtreecommitdiff
path: root/tools/atmega324u_usbhid/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 /tools/atmega324u_usbhid/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 'tools/atmega324u_usbhid/hid.h')
-rw-r--r--tools/atmega324u_usbhid/hid.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/atmega324u_usbhid/hid.h b/tools/atmega324u_usbhid/hid.h
new file mode 100644
index 0000000..4d83703
--- /dev/null
+++ b/tools/atmega324u_usbhid/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);
+