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

@ -45,6 +45,7 @@ extern int ata_write_sectors(unsigned long start, int count, void* buf);
extern void ata_delayed_write(unsigned long sector, void* buf);
extern void ata_flush(void);
extern void ata_spin(void);
extern unsigned short* ata_get_identify(void);
extern long last_disk_activity;