mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-11 14:12:26 -05:00
firewire/usb_remove/insert_int: move to system-target.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31491 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
280d5844a1
commit
2de47e2bae
6 changed files with 9 additions and 33 deletions
|
|
@ -114,4 +114,7 @@ static inline void mdelay(unsigned msecs)
|
|||
udelay(1000 * msecs);
|
||||
}
|
||||
|
||||
void usb_insert_int(void);
|
||||
void usb_remove_int(void);
|
||||
|
||||
#endif /* SYSTEM_TARGET_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue