1
0
Fork 0
forked from len0rd/rockbox

conditionalise *_get_info() to get some binsize back

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18965 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2008-11-01 17:33:21 +00:00
parent 94b6a0be99
commit 19eb800f75
11 changed files with 27 additions and 0 deletions

View file

@ -47,7 +47,10 @@ void ata_spin(void);
void ata_set_led_enabled(bool enabled);
#endif
unsigned short* ata_get_identify(void);
#ifdef STORAGE_GET_INFO
void ata_get_info(IF_MV2(int drive,) struct storage_info *info);
#endif
#ifdef HAVE_HOTSWAP
bool ata_removable(IF_MV_NONVOID(int drive));
bool ata_present(IF_MV_NONVOID(int drive));