From 43d6c6c7c58cab80956a5d48fb11cac68d086b3d Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Sun, 19 Jul 2009 17:49:06 +0000 Subject: fix ifdef (HAVE_HOTSWAP, not HOTSWAP) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21968 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/storage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export') diff --git a/firmware/export/storage.h b/firmware/export/storage.h index dbcc7a69ab..fc49d0ce31 100644 --- a/firmware/export/storage.h +++ b/firmware/export/storage.h @@ -195,7 +195,7 @@ int storage_num_drives(void); #ifdef STORAGE_GET_INFO void storage_get_info(int drive, struct storage_info *info); #endif -#ifdef HOTSWAP +#ifdef HAVE_HOTSWAP bool storage_removable(int drive); bool storage_present(int drive); #endif -- cgit v1.2.3