You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
306 B
13 lines
306 B
20 years ago
|
/*
|
||
|
* include/asm-arm/arch-pxa/leds.h
|
||
|
*
|
||
|
* Copyright (c) 2001 Jeff Sutherland, Accelent Systems Inc.
|
||
|
*
|
||
|
* blinky lights for various PXA-based systems:
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
extern void idp_leds_event(led_event_t evt);
|
||
|
extern void lubbock_leds_event(led_event_t evt);
|
||
|
extern void mainstone_leds_event(led_event_t evt);
|