summaryrefslogtreecommitdiffstats
path: root/include/status_led.h
diff options
context:
space:
mode:
authorPeter Pearse <peter.pearse@arm.com>2007-09-18 13:07:54 +0100
committerPeter Pearse <peter.pearse@arm.com>2007-09-18 13:07:54 +0100
commitbd86220f58b99d6896198c385fda132f0c980915 (patch)
tree33ff54c9cc3ee2fc49ae6c2dab38456c3e023f7a /include/status_led.h
parentafd477b227c089f2b7ce0aadb20b9ea7dc6ee6f8 (diff)
downloadtalos-obmc-uboot-bd86220f58b99d6896198c385fda132f0c980915.tar.gz
talos-obmc-uboot-bd86220f58b99d6896198c385fda132f0c980915.zip
Move coloured led API to status_led.h
Improve indentation in drivers/at45.c
Diffstat (limited to 'include/status_led.h')
-rw-r--r--include/status_led.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/include/status_led.h b/include/status_led.h
index a646814255..74e2147cf9 100644
--- a/include/status_led.h
+++ b/include/status_led.h
@@ -383,6 +383,27 @@ extern void __led_set (led_id_t mask, int state);
# include <asm/status_led.h>
#endif
+/*
+ * Coloured LEDs API
+ */
+#ifndef __ASSEMBLY__
+extern void coloured_LED_init (void);
+extern void red_LED_on(void);
+extern void red_LED_off(void);
+extern void green_LED_on(void);
+extern void green_LED_off(void);
+extern void yellow_LED_on(void);
+extern void yellow_LED_off(void);
+#else
+ .extern LED_init
+ .extern red_LED_on
+ .extern red_LED_off
+ .extern yellow_LED_on
+ .extern yellow_LED_off
+ .extern green_LED_on
+ .extern green_LED_off
+#endif
+
#endif /* CONFIG_STATUS_LED */
#endif /* _STATUS_LED_H_ */
OpenPOWER on IntegriCloud