forked from len0rd/rockbox
Removed unused ata_standby(), changed return type of ata_sleep() to void, removed misleading comment from ata.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7782 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
77372d1218
commit
a8c1c20305
4 changed files with 4 additions and 57 deletions
|
@ -271,7 +271,7 @@ struct plugin_api {
|
|||
int (*read_line)(int fd, char* buffer, int buffer_size);
|
||||
bool (*settings_parseline)(char* line, char** name, char** value);
|
||||
#ifndef SIMULATOR
|
||||
int (*ata_sleep)(void);
|
||||
void (*ata_sleep)(void);
|
||||
#endif
|
||||
|
||||
/* dir */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue