summaryrefslogtreecommitdiff
path: root/include/usbh_driver_gp_xbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usbh_driver_gp_xbox.h')
-rw-r--r--include/usbh_driver_gp_xbox.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/usbh_driver_gp_xbox.h b/include/usbh_driver_gp_xbox.h
index 8080f30..90d0ca1 100644
--- a/include/usbh_driver_gp_xbox.h
+++ b/include/usbh_driver_gp_xbox.h
@@ -64,6 +64,11 @@ struct _gp_xbox_config {
};
typedef struct _gp_xbox_config gp_xbox_config_t;
+
+/**
+ * @brief gp_xbox_driver_init initialization routine - this will initialize internal structures of this device driver
+ * @param config
+ */
void gp_xbox_driver_init(const gp_xbox_config_t *config);
extern const usbh_dev_driver_t usbh_gp_xbox_driver;