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
23 led_claim, /* override idle & timer leds */
24 led_release, /* restore idle & timer leds */
36 * I want this between led_timer and led_start, but
37 * someone has decided to export this to user space
42 /* Use this routine to handle LEDs */
45 extern void (*leds_event)(led_event_t);