ar71xx: add AR933x specific USB setup function
[openwrt.git] / target / linux / ar71xx / files / arch / mips / include / asm / mach-ar71xx / mach-rb750.h
index 8165da3..661ba4e 100644 (file)
 #define RB750_LED_BITS (RB750_LED_PORT1 | RB750_LED_PORT2 | RB750_LED_PORT3 | \
                         RB750_LED_PORT4 | RB750_LED_PORT5 | RB750_LED_ACT)
 
+struct rb750_led_data {
+       char    *name;
+       char    *default_trigger;
+       u32     mask;
+       int     active_low;
+};
+
+struct rb750_led_platform_data {
+       int                     num_leds;
+       struct rb750_led_data   *leds;
+};
+
 int rb750_latch_change(u32 mask_clr, u32 mask_set);
 
 #endif /* _MACH_RB750_H */
\ No newline at end of file
This page took 0.019993 seconds and 4 git commands to generate.