Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux
[linux-2.6.git] / include / linux / platform_data / leds-kirkwood-ns2.h
blobe21272e5f66847112a7805ed90730e0eca612b42
1 /*
2 * arch/arm/mach-kirkwood/include/mach/leds-ns2.h
4 * Platform data structure for Network Space v2 LED driver
6 * This file is licensed under the terms of the GNU General Public
7 * License version 2. This program is licensed "as is" without any
8 * warranty of any kind, whether express or implied.
9 */
11 #ifndef __MACH_LEDS_NS2_H
12 #define __MACH_LEDS_NS2_H
14 struct ns2_led {
15 const char *name;
16 const char *default_trigger;
17 unsigned cmd;
18 unsigned slow;
21 struct ns2_led_platform_data {
22 int num_leds;
23 struct ns2_led *leds;
26 #endif /* __MACH_LEDS_NS2_H */