1
0
Fork 0
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:
Frank Gevaerts 2009-07-19 17:49:06 +00:00
parent 3a88746780
commit 43d6c6c7c5

View file

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