mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-10 13:45:10 -05:00
iPod Classic: use PMU interrupts to detect USB and FW
Change-Id: I9be733e1a943ddeb99335d362f81f74879eeb94b
This commit is contained in:
parent
f6ed4f8306
commit
daee722455
6 changed files with 44 additions and 22 deletions
|
|
@ -47,6 +47,9 @@ static inline void udelay(unsigned usecs)
|
|||
while (TIME_BEFORE(USEC_TIMER, stop));
|
||||
}
|
||||
|
||||
void usb_insert_int(void);
|
||||
void usb_remove_int(void);
|
||||
|
||||
#ifdef BOOTLOADER
|
||||
void system_preinit(void);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue