aboutsummaryrefslogtreecommitdiff
path: root/stmhal/usbd_hid_interface.h
diff options
context:
space:
mode:
authorPavol Rusnak2016-12-28 18:56:03 +0100
committerDamien George2017-01-19 12:34:58 +1100
commit6ace84b08962baff5baae09443e9d4f968d11e84 (patch)
tree534ed310557d0859c2784425adb276256c446201 /stmhal/usbd_hid_interface.h
parent89f2b620164c72f522613997a15d7427f693409b (diff)
stmhal: Implement ioctl for USB HID read.
Diffstat (limited to 'stmhal/usbd_hid_interface.h')
-rw-r--r--stmhal/usbd_hid_interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/usbd_hid_interface.h b/stmhal/usbd_hid_interface.h
index 9cdf32549..959c46ff8 100644
--- a/stmhal/usbd_hid_interface.h
+++ b/stmhal/usbd_hid_interface.h
@@ -6,4 +6,5 @@
extern const USBD_HID_ItfTypeDef USBD_HID_fops;
+int USBD_HID_RxNum(void);
int USBD_HID_Rx(uint8_t *buf, uint32_t len, uint32_t timeout);