]> Git Repo - linux.git/blob - include/linux/gpio/gpio-reg.h
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
[linux.git] / include / linux / gpio / gpio-reg.h
1 #ifndef GPIO_REG_H
2 #define GPIO_REG_H
3
4 struct device;
5 struct irq_domain;
6
7 struct gpio_chip *gpio_reg_init(struct device *dev, void __iomem *reg,
8         int base, int num, const char *label, u32 direction, u32 def_out,
9         const char *const *names, struct irq_domain *irqdom, const int *irqs);
10
11 int gpio_reg_resume(struct gpio_chip *gc);
12
13 #endif
This page took 0.030623 seconds and 4 git commands to generate.