upgrade to uci 0.5.0, adds list handling support
[openwrt.git] / package / broadcom-diag / src / diag.h
index 93fdedb..52e84fa 100644 (file)
 #include <linux/irq.h>
 #define MODULE_NAME "diag"
 
-#define MAX_GPIO 8
+#define MAX_GPIO 16
 #define FLASH_TIME HZ/6
 
 enum polarity_t {
        REVERSE = 0,
        NORMAL = 1,
+       INPUT = 2,
 };
 
 enum {
This page took 0.023089 seconds and 4 git commands to generate.