aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-at91rm9200
diff options
context:
space:
mode:
authorAndrew Victor <andrew@sanpeople.com>2006-04-02 12:15:48 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-04-02 12:15:48 -0400
commitcc2832a1313340ff1de55f15fac5b7fe48fa2a72 (patch)
tree30adc6cf8f13031bc00f4619767f9642b3837317 /include/asm-arm/arch-at91rm9200
parentb2e6f75597af8fc765707111d3a71077167bdeb1 (diff)
[ARM] 3393/2: AT91RM9200 LED support
Patch from Andrew Victor This patch adds support for the LED(s) on the AT91RM9200-based boards. (This version of the patch can be applied before Patch 3392/1) Signed-off-by: Andrew Victor <andrew@sanpeople.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-at91rm9200')
-rw-r--r--include/asm-arm/arch-at91rm9200/board.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-arm/arch-at91rm9200/board.h b/include/asm-arm/arch-at91rm9200/board.h
index 2e7d1139a799..834d0ab991ae 100644
--- a/include/asm-arm/arch-at91rm9200/board.h
+++ b/include/asm-arm/arch-at91rm9200/board.h
@@ -77,4 +77,9 @@ struct at91_usbh_data {
77}; 77};
78extern void __init at91_add_device_usbh(struct at91_usbh_data *data); 78extern void __init at91_add_device_usbh(struct at91_usbh_data *data);
79 79
80 /* LEDs */
81extern u8 at91_leds_cpu;
82extern u8 at91_leds_timer;
83extern void __init at91_init_leds(u8 cpu_led, u8 timer_led);
84
80#endif 85#endif