summaryrefslogtreecommitdiff
path: root/firmware/export/led.h
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2005-02-19 00:34:15 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2005-02-19 00:34:15 +0000
commitc76fbf7162e598895b1308f1855b0f70629968fc (patch)
tree77bac888514fd8d7212974a0b2d455b52f3cc4ad /firmware/export/led.h
parent7b56110e5e74055d45753456034b333788823af4 (diff)
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
Diffstat (limited to 'firmware/export/led.h')
-rw-r--r--firmware/export/led.h3
1 files changed, 3 insertions, 0 deletions
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