summaryrefslogtreecommitdiff
path: root/firmware/export
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
parent7b56110e5e74055d45753456034b333788823af4 (diff)
downloadrockbox-c76fbf7162e598895b1308f1855b0f70629968fc.tar.gz
rockbox-c76fbf7162e598895b1308f1855b0f70629968fc.zip
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')
-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 @@
24 24
25extern void led( bool on ); 25extern void led( bool on );
26extern void invert_led( bool on ); 26extern void invert_led( bool on );
27#ifndef HAVE_LED
28extern bool led_read(void); /* read for status bar */
29#endif
27 30
28#endif 31#endif