summaryrefslogtreecommitdiff
path: root/host/ausb/usb.h
diff options
context:
space:
mode:
authormeri <meri@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2007-04-10 22:10:10 +0000
committermeri <meri@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2007-04-10 22:10:10 +0000
commite73b417c526bc32355487544b92db058459a5619 (patch)
tree3519454064c19d4dd8a9080cf375cd69648562d6 /host/ausb/usb.h
parent6f440df07f8c30de45e944736ca2a11ae9ce3c43 (diff)
opcd_presence: counterpart for main_presence firmware - posts sighted tags to URL via http protocol
git-svn-id: https://svn.openpcd.org:2342/trunk@307 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'host/ausb/usb.h')
-rw-r--r--host/ausb/usb.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/host/ausb/usb.h b/host/ausb/usb.h
index 66be0ee..979d30c 100644
--- a/host/ausb/usb.h
+++ b/host/ausb/usb.h
@@ -1,5 +1,10 @@
#ifndef _AUSB_USB_H
#define _AUSB_USB_H
+
+#ifndef __user
+#define __user
+#endif/*__user*/
+
int __usb_bulk_write(usb_dev_handle *dev, int ep, char *bytes, int length,
int timeout);
int __usb_bulk_read(usb_dev_handle *dev, int ep, char *bytes, int length,
personal git repositories of Harald Welte. Your mileage may vary