diff options
Diffstat (limited to 'include/linux/cs5535.h')
-rw-r--r-- | include/linux/cs5535.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/cs5535.h b/include/linux/cs5535.h index d5a1d4810b80..213cc50b5809 100644 --- a/include/linux/cs5535.h +++ b/include/linux/cs5535.h | |||
@@ -111,6 +111,8 @@ static inline int cs5535_has_vsa2(void) | |||
111 | void cs5535_gpio_set(unsigned offset, unsigned int reg); | 111 | void cs5535_gpio_set(unsigned offset, unsigned int reg); |
112 | void cs5535_gpio_clear(unsigned offset, unsigned int reg); | 112 | void cs5535_gpio_clear(unsigned offset, unsigned int reg); |
113 | int cs5535_gpio_isset(unsigned offset, unsigned int reg); | 113 | int cs5535_gpio_isset(unsigned offset, unsigned int reg); |
114 | int cs5535_gpio_set_irq(unsigned group, unsigned irq); | ||
115 | void cs5535_gpio_setup_event(unsigned offset, int pair, int pme); | ||
114 | 116 | ||
115 | /* MFGPTs */ | 117 | /* MFGPTs */ |
116 | 118 | ||