rapidio: add enabling SRIO port RX and TX
[safe/jmp/linux-2.6] / include / linux / gpio_keys.h
index 1289fa7..cd0b3f3 100644 (file)
@@ -10,6 +10,7 @@ struct gpio_keys_button {
        int type;               /* input event type (EV_KEY, EV_SW) */
        int wakeup;             /* configure the button as a wake-up source */
        int debounce_interval;  /* debounce ticks interval in msecs */
+       bool can_disable;
 };
 
 struct gpio_keys_platform_data {