forked from len0rd/rockbox
fix ifdef (HAVE_HOTSWAP, not HOTSWAP)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21968 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3a88746780
commit
43d6c6c7c5
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ int storage_num_drives(void);
|
||||||
#ifdef STORAGE_GET_INFO
|
#ifdef STORAGE_GET_INFO
|
||||||
void storage_get_info(int drive, struct storage_info *info);
|
void storage_get_info(int drive, struct storage_info *info);
|
||||||
#endif
|
#endif
|
||||||
#ifdef HOTSWAP
|
#ifdef HAVE_HOTSWAP
|
||||||
bool storage_removable(int drive);
|
bool storage_removable(int drive);
|
||||||
bool storage_present(int drive);
|
bool storage_present(int drive);
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue