1
0
Fork 0
forked from len0rd/rockbox

hopefully fix "early usb"

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23599 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2009-11-10 04:46:52 +00:00
parent dd93ef41bb
commit 29e28a3945
4 changed files with 21 additions and 14 deletions

View file

@ -21,7 +21,7 @@
#ifndef _USB_SCREEN_H_
#define _USB_SCREEN_H_
extern void gui_usb_screen_run(void);
extern void gui_usb_screen_run(bool early_usb);
#endif