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 c6e2850b9d..0af740ac7c 100644
--- a/firmware/target/arm/imx31/gigabeat-s/usb-target.h
+++ b/firmware/target/arm/imx31/gigabeat-s/usb-target.h
@@ -23,7 +23,7 @@
23#define USB_DRIVER_CLOSE 23#define USB_DRIVER_CLOSE
24#endif 24#endif
25 25
26void usb_set_status(bool plugged); 26void usb_connect_event(void);
27bool usb_init_device(void); 27bool usb_init_device(void);
28int usb_detect(void); 28int usb_detect(void);
29/* Read the immediate state of the cable from the PMIC */ 29/* Read the immediate state of the cable from the PMIC */