diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2011-12-31 18:43:41 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2011-12-31 18:43:41 +0000 |
commit | bce42fdc31648d7087dcbaac0704a422b33ac147 (patch) | |
tree | 9655332f5994b45fb811d773b0d2bbcee731dd66 /firmware/target/arm/imx31/gigabeat-s | |
parent | 12a45549f6a6545cce25a11a5971bb8b730f671d (diff) | |
download | rockbox-bce42fdc31648d7087dcbaac0704a422b33ac147.tar.gz rockbox-bce42fdc31648d7087dcbaac0704a422b33ac147.zip |
usb_init_device(): move prototype to usb.h
Get rid of some usb-target.h files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31487 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/imx31/gigabeat-s')
-rw-r--r-- | firmware/target/arm/imx31/gigabeat-s/usb-target.h | 1 |
1 files changed, 0 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 7931058241..961b947e14 100644 --- a/firmware/target/arm/imx31/gigabeat-s/usb-target.h +++ b/firmware/target/arm/imx31/gigabeat-s/usb-target.h | |||
@@ -26,7 +26,6 @@ | |||
26 | #endif | 26 | #endif |
27 | 27 | ||
28 | void usb_connect_event(void); | 28 | void usb_connect_event(void); |
29 | void usb_init_device(void); | ||
30 | /* Read the immediate state of the cable from the PMIC */ | 29 | /* Read the immediate state of the cable from the PMIC */ |
31 | bool usb_plugged(void); | 30 | bool usb_plugged(void); |
32 | 31 | ||