2 * linux/include/asm-arm/leds.h
4 * Copyright (C) 1998 Russell King
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
10 * Event-driven interface for LEDs on machines
11 * Added led_start and led_stop- Alex Holden, 28th Dec 1998.
13 #ifndef ASM_ARM_LEDS_H
14 #define ASM_ARM_LEDS_H
16 #include <linux/config.h>
24 led_claim
, /* override idle & timer leds */
25 led_release
, /* restore idle & timer leds */
37 * I want this between led_timer and led_start, but
38 * someone has decided to export this to user space
43 /* Use this routine to handle LEDs */
46 extern void (*leds_event
)(led_event_t
);