2 * Platform data structure for Network Space v2 LED driver
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.
9 #ifndef __LEDS_KIRKWOOD_NS2_H
10 #define __LEDS_KIRKWOOD_NS2_H
18 struct ns2_led_modval
{
19 enum ns2_led_modes mode
;
26 const char *default_trigger
;
30 struct ns2_led_modval
*modval
;
33 struct ns2_led_platform_data
{
38 #endif /* __LEDS_KIRKWOOD_NS2_H */