Add wget2nand from David Goodenough, useful for RouterOS to OpenWrt migration
[openwrt.git] / package / broadcom-diag / src / diag.h
index 30791cf..dcc122a 100644 (file)
@@ -21,6 +21,7 @@
  * $Id:$
  */
 
+#include <linux/irq.h>
 #define MODULE_NAME "diag"
 
 #define MAX_GPIO 8
@@ -66,6 +67,7 @@ struct platform_t {
        struct button_t buttons[MAX_GPIO];
        u32 button_mask;
        u32 button_polarity;
+       void (*platform_init)(void);
 
        struct led_t leds[MAX_GPIO];
 };
This page took 0.021721 seconds and 4 git commands to generate.