1
0
Fork 0
forked from len0rd/rockbox

Patch #868645 by Philipp Pertermann, volume triggered recording for the Archos recording devices

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6243 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2005-04-04 09:12:12 +00:00
parent 5fb6c64ffc
commit 68482bbed2
10 changed files with 1096 additions and 105 deletions

View file

@ -61,6 +61,7 @@ extern int ata_write_sectors(IF_MV2(int drive,) unsigned long start, int count,
extern void ata_delayed_write(unsigned long sector, const void* buf);
extern void ata_flush(void);
extern void ata_spin(void);
extern void ata_set_led_enabled(bool enabled);
extern unsigned short* ata_get_identify(void);
extern long last_disk_activity;