| * Platform data structure for netxbig LED driver |
| * This file is licensed under the terms of the GNU General Public |
| * License version 2. This program is licensed "as is" without any |
| * warranty of any kind, whether express or implied. |
| #ifndef __LEDS_KIRKWOOD_NETXBIG_H |
| #define __LEDS_KIRKWOOD_NETXBIG_H |
| struct netxbig_gpio_ext { |
| #define NETXBIG_LED_INVALID_MODE NETXBIG_LED_MODE_NUM |
| struct netxbig_led_timer { |
| enum netxbig_led_mode mode; |
| const char *default_trigger; |
| struct netxbig_led_platform_data { |
| struct netxbig_gpio_ext *gpio_ext; |
| struct netxbig_led_timer *timer; |
| struct netxbig_led *leds; |
| #endif /* __LEDS_KIRKWOOD_NETXBIG_H */ |