From facfec0c7737b57cdaf6ef7e80d9b43571e975f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Hohensohn?= Date: Tue, 3 Feb 2004 23:56:25 +0000 Subject: give plugins access to ata_sleep(), useful for my next video player git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4292 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index e010ebe..08c9801 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -37,6 +37,7 @@ #include "buffer.h" #include "mp3_playback.h" #include "backlight.h" +#include "ata.h" #ifdef HAVE_LCD_BITMAP #include "widgets.h" @@ -180,6 +181,9 @@ static struct plugin_api rockbox_api = { #endif &global_settings, backlight_set_timeout, +#ifndef SIMULATOR + ata_sleep, +#endif }; int plugin_load(char* plugin, void* parameter) -- cgit v1.1