Merge tag 'arm-soc-fixes-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[firefly-linux-kernel-4.4.55.git] / include / linux / platform_data / leds-kirkwood-ns2.h
1 /*
2  * Platform data structure for Network Space v2 LED driver
3  *
4  * This file is licensed under the terms of the GNU General Public
5  * License version 2.  This program is licensed "as is" without any
6  * warranty of any kind, whether express or implied.
7  */
8
9 #ifndef __LEDS_KIRKWOOD_NS2_H
10 #define __LEDS_KIRKWOOD_NS2_H
11
12 struct ns2_led {
13         const char      *name;
14         const char      *default_trigger;
15         unsigned        cmd;
16         unsigned        slow;
17 };
18
19 struct ns2_led_platform_data {
20         int             num_leds;
21         struct ns2_led  *leds;
22 };
23
24 #endif /* __LEDS_KIRKWOOD_NS2_H */