summaryrefslogtreecommitdiff
path: root/include/usbh_driver_gp_xbox.h
diff options
context:
space:
mode:
authorAmir Hammad <amir.hammad@hotmail.com>2016-09-11 09:44:07 +0200
committerAmir Hammad <amir.hammad@hotmail.com>2016-09-11 13:31:48 +0200
commit2c81d1a3e65b28c132f64f6d6144f4742d989997 (patch)
treeb76f1c3a21029c2b15118c144971d96b3c2aefd4 /include/usbh_driver_gp_xbox.h
parentb055665fb0f978960797cd66fcc93ab7638e3695 (diff)
downloadsecure-hid-2c81d1a3e65b28c132f64f6d6144f4742d989997.tar.gz
secure-hid-2c81d1a3e65b28c132f64f6d6144f4742d989997.tar.bz2
secure-hid-2c81d1a3e65b28c132f64f6d6144f4742d989997.zip
drivers: remove redundant forward declaration of usbh_dev_driver_t
It is already declared in usbh_core.h 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, 0 insertions, 1 deletions
diff --git a/include/usbh_driver_gp_xbox.h b/include/usbh_driver_gp_xbox.h
index 5d2dc2a..d648b90 100644
--- a/include/usbh_driver_gp_xbox.h
+++ b/include/usbh_driver_gp_xbox.h
@@ -71,7 +71,6 @@ 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