patch-2.2.0-pre6 linux/include/asm-arm/leds.h

Next file: linux/include/asm-arm/memc.h
Previous file: linux/include/asm-arm/iomd.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.0-pre5/linux/include/asm-arm/leds.h linux/include/asm-arm/leds.h
@@ -4,6 +4,8 @@
  * Copyright (C) 1998 Russell King
  *
  * Event-driven interface for LEDs on machines
+ *
+ * Added led_start and led_stop- Alex Holden, 28th Dec 1998.
  */
 #ifndef ASM_ARM_LEDS_H
 #define ASM_ARM_LEDS_H
@@ -11,7 +13,9 @@
 typedef enum {
 	led_idle_start,
 	led_idle_end,
-	led_timer
+	led_timer,
+	led_start,
+	led_stop
 } led_event_t;
 
 /* Use this routine to handle LEDs */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov