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/pbell/vibe500 | |
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/pbell/vibe500')
-rw-r--r-- | firmware/target/arm/pbell/vibe500/usb-target.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/target/arm/pbell/vibe500/usb-target.h b/firmware/target/arm/pbell/vibe500/usb-target.h index fb51b990c8..2cedf514c5 100644 --- a/firmware/target/arm/pbell/vibe500/usb-target.h +++ b/firmware/target/arm/pbell/vibe500/usb-target.h | |||
@@ -24,7 +24,6 @@ | |||
24 | #ifndef USB_TARGET_H | 24 | #ifndef USB_TARGET_H |
25 | #define USB_TARGET_H | 25 | #define USB_TARGET_H |
26 | 26 | ||
27 | bool usb_init_device(void); | ||
28 | void usb_pin_init(void); /* Init the GPIO input only */ | 27 | void usb_pin_init(void); /* Init the GPIO input only */ |
29 | 28 | ||
30 | #endif | 29 | #endif |