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/export/usb.h | |
parent | 12a45549f6a6545cce25a11a5971bb8b730f671d (diff) |
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.h | 4 |
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); void usb_set_skip_first_drive(bool skip); #endif +#if !defined(SIMULATOR) && !defined(USB_NONE) +void usb_init_device(void); +#endif + #endif |