usb_plugged() is PP only

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31489 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2011-12-31 18:43:59 +00:00
parent df09274768
commit 2115eac7bb
13 changed files with 14 additions and 33 deletions

View file

@ -73,6 +73,4 @@ int usb_detect(void)
return USB_EXTRACTED;
}
/* No different for now */
bool usb_plugged(void) __attribute__((alias("usb_detect")));