1
0
Fork 0
forked from len0rd/rockbox

move usb_pin_init() declaration to PP's system-target.h

remove duplicate usb_detect() declaration
Remove all content from empty usb-target.h files

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31488 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2011-12-31 18:43:53 +00:00
parent bce42fdc31
commit df09274768
13 changed files with 2 additions and 112 deletions

View file

@ -28,7 +28,6 @@
#define USB_DRIVER_CLOSE
#endif
void usb_pin_init(void); /* Init the GPIO input only */
bool usb_plugged(void); /* Returns instantaneous state - always */
#endif