From bce42fdc31648d7087dcbaac0704a422b33ac147 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Sat, 31 Dec 2011 18:43:41 +0000 Subject: 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 --- firmware/export/usb.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware/export/usb.h') 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 -- cgit v1.2.3