From f4d4a6ab60960385b99fd43d8e1d0213bdf1aec3 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Thu, 3 Jul 2008 13:37:57 +0000 Subject: Implement FS#8947 - Add a stub in the simulator for ata_disk_is_active. This make it possible to clean up some #ifdef SIMULATOR macros. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17927 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index 5223f85..28c3d5a 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -364,9 +364,7 @@ struct plugin_api { int (*read_line)(int fd, char* buffer, int buffer_size); bool (*settings_parseline)(char* line, char** name, char** value); void (*ata_sleep)(void); -#ifndef SIMULATOR bool (*ata_disk_is_active)(void); -#endif void (*ata_spin)(void); void (*ata_spindown)(int seconds); void (*reload_directory)(void); -- cgit v1.1