1
0
Fork 0
forked from len0rd/rockbox

Added 'Disk info' to debug menu

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2908 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-12-03 13:12:55 +00:00
parent db8cc18010
commit 45d32cec5b
3 changed files with 83 additions and 0 deletions

View file

@ -717,6 +717,11 @@ static int set_multiple_mode(int sectors)
return 0;
}
unsigned short* ata_get_identify(void)
{
return identify_info;
}
int ata_init(void)
{
mutex_init(&ata_mtx);