aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap1/leds.h
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2005-07-10 19:58:10 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2005-07-10 19:58:10 +0100
commit6f3e14163e066a6f43a54098a12185f25400fd68 (patch)
tree2c2818bbe759d4867df01dee69edd37540bcc30e /arch/arm/mach-omap1/leds.h
parent3b59b6beb423267e8fe2ef3596d98aba0b910341 (diff)
[PATCH] ARM: 2799/1: OMAP update 4/11: Move OMAP1 LED code into mach-omap1 directory
Patch from Tony Lindgren This patch by Paul Mundt and other OMAP developers moves OMAP1 specific LED code into mach-omap1 directory. Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-omap1/leds.h')
-rw-r--r--arch/arm/mach-omap1/leds.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/leds.h b/arch/arm/mach-omap1/leds.h
new file mode 100644
index 00000000000..a1e9fedc376
--- /dev/null
+++ b/arch/arm/mach-omap1/leds.h
@@ -0,0 +1,3 @@
+extern void innovator_leds_event(led_event_t evt);
+extern void h2p2_dbg_leds_event(led_event_t evt);
+extern void osk_leds_event(led_event_t evt);