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, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/imx31/gigabeat-s/usb-target.h b/firmware/target/arm/imx31/gigabeat-s/usb-target.h
index a84ec52fe2..1f96a9a7eb 100644
--- a/firmware/target/arm/imx31/gigabeat-s/usb-target.h
+++ b/firmware/target/arm/imx31/gigabeat-s/usb-target.h
@@ -26,7 +26,7 @@
26#endif 26#endif
27 27
28void usb_connect_event(void); 28void usb_connect_event(void);
29bool usb_init_device(void); 29void usb_init_device(void);
30int usb_detect(void); 30int usb_detect(void);
31/* Read the immediate state of the cable from the PMIC */ 31/* Read the immediate state of the cable from the PMIC */
32bool usb_plugged(void); 32bool usb_plugged(void);