diff options
Diffstat (limited to 'include/linux/gpio_keys.h')
| -rw-r--r-- | include/linux/gpio_keys.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/gpio_keys.h b/include/linux/gpio_keys.h index cd0b3f30f48..ce73a30113b 100644 --- a/include/linux/gpio_keys.h +++ b/include/linux/gpio_keys.h @@ -17,6 +17,8 @@ struct gpio_keys_platform_data {  	struct gpio_keys_button *buttons;  	int nbuttons;  	unsigned int rep:1;		/* enable input subsystem auto repeat */ +	int (*enable)(struct device *dev); +	void (*disable)(struct device *dev);  };  #endif  |