1
0
Fork 0
forked from len0rd/rockbox

Some cleanup

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1260 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-06-30 13:10:42 +00:00
parent 392f3853b1
commit 2012e1ec28
2 changed files with 27 additions and 3 deletions

View file

@ -19,6 +19,8 @@
#ifndef __ATA_H__
#define __ATA_H__
#include <stdbool.h>
/*
ata_spindown() time values:
-1 Immediate spindown
@ -30,6 +32,7 @@
254 Reserved
255 21 min 15 s
*/
extern void ata_enable(bool on);
extern int ata_spindown(int time);
extern int ata_hard_reset(void);
extern int ata_soft_reset(void);