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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/usbh_driver_hub.h b/include/usbh_driver_hub.h
index cda1463..8555f79 100644
--- a/include/usbh_driver_hub.h
+++ b/include/usbh_driver_hub.h
@@ -27,6 +27,9 @@
BEGIN_DECLS
+/**
+ * @brief hub_driver_init initialization routine - this will initialize internal structures of this device driver
+ */
void hub_driver_init(void);
extern const usbh_dev_driver_t usbh_hub_driver;