patch-2.1.96 linux/include/asm-arm/leds.h
Next file: linux/include/asm-arm/proc-armo/processor.h
Previous file: linux/include/asm-arm/keyboard.h
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Sun Apr 12 11:42:16 1998
- Orig file:
v2.1.95/linux/include/asm-arm/leds.h
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.1.95/linux/include/asm-arm/leds.h linux/include/asm-arm/leds.h
@@ -0,0 +1,20 @@
+/*
+ * include/asm-arm/leds.h
+ *
+ * Copyright (C) 1998 Russell King
+ *
+ * Event-driven interface for LEDs on machines
+ */
+#ifndef ASM_ARM_LEDS_H
+#define ASM_ARM_LEDS_H
+
+typedef enum {
+ led_idle_start,
+ led_idle_end,
+ led_timer
+} led_event_t;
+
+/* Use this routine to handle LEDs */
+extern void leds_event(led_event_t);
+
+#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov