forked from len0rd/rockbox
First part of MMC hotswap handling; removed unnecessary MMC thread
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5241 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0660105af2
commit
f5bdf6952c
3 changed files with 50 additions and 30 deletions
|
|
@ -39,6 +39,10 @@
|
|||
#define SYS_USB_DISCONNECTED_ACK -4
|
||||
#define SYS_TIMEOUT -5
|
||||
|
||||
/* MMC based systems only */
|
||||
#define SYS_MMC_INSERTED -6
|
||||
#define SYS_MMC_EXTRACTED -7
|
||||
|
||||
struct event
|
||||
{
|
||||
int id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue