1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Rafaël Carré 2011-12-31 18:43:41 +00:00
parent 12a45549f6
commit bce42fdc31
17 changed files with 8 additions and 142 deletions

View file

@ -26,7 +26,6 @@
#include <stdbool.h>
int usb_detect(void);
void usb_init_device(void);
bool usb_drv_connected(void);
#endif