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:
Rafaël Carré 2011-12-31 18:44:12 +00:00
parent 280d5844a1
commit 2de47e2bae
6 changed files with 9 additions and 33 deletions

View file

@ -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 */