From c76fbf7162e598895b1308f1855b0f70629968fc Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn Date: Sat, 19 Feb 2005 00:34:15 +0000 Subject: Ondio: disk indication in the status bar, to compensate for lacking LED git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6012 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/led.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/led.h') diff --git a/firmware/export/led.h b/firmware/export/led.h index cc035b9345..d7322e465b 100644 --- a/firmware/export/led.h +++ b/firmware/export/led.h @@ -24,5 +24,8 @@ extern void led( bool on ); extern void invert_led( bool on ); +#ifndef HAVE_LED +extern bool led_read(void); /* read for status bar */ +#endif #endif -- cgit v1.2.3