]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - include/linux/gpio/gpio-reg.h
Merge tag 'iio-fixes-for-4.12a' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-artful-kernel.git] / include / linux / gpio / gpio-reg.h
CommitLineData
380639c7
RK
1#ifndef GPIO_REG_H
2#define GPIO_REG_H
3
4struct device;
0e3cb6ee 5struct irq_domain;
380639c7
RK
6
7struct gpio_chip *gpio_reg_init(struct device *dev, void __iomem *reg,
8 int base, int num, const char *label, u32 direction, u32 def_out,
0e3cb6ee 9 const char *const *names, struct irq_domain *irqdom, const int *irqs);
380639c7
RK
10
11int gpio_reg_resume(struct gpio_chip *gc);
12
13#endif