diff options
Diffstat (limited to 'include/linux/gpio.h')
-rw-r--r-- | include/linux/gpio.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/gpio.h b/include/linux/gpio.h index 2e31e8b3a190..a28445992b7f 100644 --- a/include/linux/gpio.h +++ b/include/linux/gpio.h | |||
@@ -231,6 +231,9 @@ static inline int irq_to_gpio(unsigned irq) | |||
231 | return -EINVAL; | 231 | return -EINVAL; |
232 | } | 232 | } |
233 | 233 | ||
234 | void gpiochip_add_pin_range(struct gpio_chip *chip, const char *pinctl_name, | ||
235 | unsigned int pin_base, unsigned int npins); | ||
236 | void gpiochip_remove_pin_ranges(struct gpio_chip *chip); | ||
234 | #endif | 237 | #endif |
235 | 238 | ||
236 | #endif /* __LINUX_GPIO_H */ | 239 | #endif /* __LINUX_GPIO_H */ |