summaryrefslogtreecommitdiff
path: root/include/usbh_driver_gp_xbox.h
diff options
context:
space:
mode:
authorAmir Hammad <amir.hammad@hotmail.com>2016-09-09 18:25:28 +0200
committerAmir Hammad <amir.hammad@hotmail.com>2016-09-11 13:31:48 +0200
commitdecb2d817d806e8ed6e77cf215e4adfef4767a50 (patch)
tree9e07f53471cf0b83b146c61118ee994ed7b0f0cc /include/usbh_driver_gp_xbox.h
parente635674ab0463b8af1db85fa7141b9810f7a4488 (diff)
downloadsecure-hid-decb2d817d806e8ed6e77cf215e4adfef4767a50.tar.gz
secure-hid-decb2d817d806e8ed6e77cf215e4adfef4767a50.tar.bz2
secure-hid-decb2d817d806e8ed6e77cf215e4adfef4767a50.zip
use forward declaration for usbh_dev_driver_t
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com>
Diffstat (limited to 'include/usbh_driver_gp_xbox.h')
-rw-r--r--include/usbh_driver_gp_xbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/usbh_driver_gp_xbox.h b/include/usbh_driver_gp_xbox.h
index d648b90..5d2dc2a 100644
--- a/include/usbh_driver_gp_xbox.h
+++ b/include/usbh_driver_gp_xbox.h
@@ -71,6 +71,7 @@ typedef struct _gp_xbox_config gp_xbox_config_t;
*/
void gp_xbox_driver_init(const gp_xbox_config_t *config);
+typedef struct _usbh_dev_driver usbh_dev_driver_t;
extern const usbh_dev_driver_t usbh_gp_xbox_driver;
END_DECLS