forked from len0rd/rockbox
simulator: Fix one set of errors, a new set crops up.
Change-Id: I86d6cbee8eec52f04e760b45ab849249ae7162c4
This commit is contained in:
parent
c51a9821e7
commit
07cf874191
2 changed files with 2 additions and 2 deletions
|
@ -193,7 +193,7 @@ static inline int readdir_volume(struct dirstr_desc *dirstr,
|
||||||
|
|
||||||
/** Internal functions **/
|
/** Internal functions **/
|
||||||
|
|
||||||
#ifdef HAVE_MULTIDRIVE
|
#ifdef HAVE_HOTSWAP
|
||||||
/**
|
/**
|
||||||
* Handle drive extraction by pretending the files' volumes no longer exist
|
* Handle drive extraction by pretending the files' volumes no longer exist
|
||||||
* and invalidating their I/O for the remainder of their lifetimes as would
|
* and invalidating their I/O for the remainder of their lifetimes as would
|
||||||
|
|
|
@ -51,7 +51,7 @@ enum {
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef HAVE_MULTIDRIVE
|
#ifdef HAVE_HOTSWAP
|
||||||
extern void sim_ext_extracted(int drive);
|
extern void sim_ext_extracted(int drive);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue