summaryrefslogtreecommitdiff
path: root/include/usbh_driver_hub.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usbh_driver_hub.h')
-rw-r--r--include/usbh_driver_hub.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/usbh_driver_hub.h b/include/usbh_driver_hub.h
index 1066074..dedcc58 100644
--- a/include/usbh_driver_hub.h
+++ b/include/usbh_driver_hub.h
@@ -32,6 +32,7 @@ BEGIN_DECLS
*/
void hub_driver_init(void);
+typedef struct _usbh_dev_driver usbh_dev_driver_t;
extern const usbh_dev_driver_t usbh_hub_driver;
END_DECLS