summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31/gigabeat-s/usb-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx31/gigabeat-s/usb-target.h')
-rw-r--r--firmware/target/arm/imx31/gigabeat-s/usb-target.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/target/arm/imx31/gigabeat-s/usb-target.h b/firmware/target/arm/imx31/gigabeat-s/usb-target.h
index 1f96a9a7eb..c93400ca0b 100644
--- a/firmware/target/arm/imx31/gigabeat-s/usb-target.h
+++ b/firmware/target/arm/imx31/gigabeat-s/usb-target.h
@@ -27,9 +27,7 @@
27 27
28void usb_connect_event(void); 28void usb_connect_event(void);
29void usb_init_device(void); 29void usb_init_device(void);
30int usb_detect(void);
31/* Read the immediate state of the cable from the PMIC */ 30/* Read the immediate state of the cable from the PMIC */
32bool usb_plugged(void); 31bool usb_plugged(void);
33void usb_enable(bool on);
34 32
35#endif /* USB_TARGET */ 33#endif /* USB_TARGET */