summaryrefslogtreecommitdiff
path: root/firmware/target/arm/pbell/vibe500/usb-target.h
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2011-12-31 18:43:41 +0000
committerRafaël Carré <rafael.carre@gmail.com>2011-12-31 18:43:41 +0000
commitbce42fdc31648d7087dcbaac0704a422b33ac147 (patch)
tree9655332f5994b45fb811d773b0d2bbcee731dd66 /firmware/target/arm/pbell/vibe500/usb-target.h
parent12a45549f6a6545cce25a11a5971bb8b730f671d (diff)
downloadrockbox-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/usb-target.h')
-rw-r--r--firmware/target/arm/pbell/vibe500/usb-target.h1
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
27bool usb_init_device(void);
28void usb_pin_init(void); /* Init the GPIO input only */ 27void usb_pin_init(void); /* Init the GPIO input only */
29 28
30#endif 29#endif