| * linux/include/asm-arm/leds.h |
| * Copyright (C) 1998 Russell King |
| * This program is free software; you can redistribute it and/or modify |
| * it under the terms of the GNU General Public License version 2 as |
| * published by the Free Software Foundation. |
| * Event-driven interface for LEDs on machines |
| * Added led_start and led_stop- Alex Holden, 28th Dec 1998. |
| led_claim, /* override idle & timer leds */ |
| led_release, /* restore idle & timer leds */ |
| * I want this between led_timer and led_start, but |
| * someone has decided to export this to user space |
| /* Use this routine to handle LEDs */ |
| extern void (*leds_event)(led_event_t); |