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:
parent
392f3853b1
commit
2012e1ec28
2 changed files with 27 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue