summaryrefslogtreecommitdiff
path: root/firmware/export/usb.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/export/usb.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/export/usb.h')
-rw-r--r--firmware/export/usb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/usb.h b/firmware/export/usb.h
index ae6d59b497..4af5617b3e 100644
--- a/firmware/export/usb.h
+++ b/firmware/export/usb.h
@@ -151,4 +151,8 @@ void usb_set_hid(bool enable);
151void usb_set_skip_first_drive(bool skip); 151void usb_set_skip_first_drive(bool skip);
152#endif 152#endif
153 153
154#if !defined(SIMULATOR) && !defined(USB_NONE)
155void usb_init_device(void);
156#endif
157
154#endif 158#endif