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:
parent
db8cc18010
commit
45d32cec5b
3 changed files with 83 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue