forked from len0rd/rockbox
Hotswap: Avoid mount race at startup and after returning from USB mode.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6479 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f414fb1e22
commit
15d7077c3a
4 changed files with 44 additions and 20 deletions
|
@ -45,5 +45,8 @@ unsigned long mmc_extract_bits(const unsigned long *p, unsigned int start,
|
|||
unsigned int size);
|
||||
tCardInfo *mmc_card_info(int card_no);
|
||||
bool mmc_usb_active(int delayticks);
|
||||
#ifdef HAVE_HOTSWAP
|
||||
void mmc_enable_monitoring(bool on);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue