bpf: split eBPF out of NET
[linux-2.6/btrfs-unstable.git] / include / linux / platform_data / gpio-em.h
blob7c5a519d2dcde2bd08816c78f4c59f8d41f8324c
1 #ifndef __GPIO_EM_H__
2 #define __GPIO_EM_H__
4 struct gpio_em_config {
5 unsigned int gpio_base;
6 unsigned int irq_base;
7 unsigned int number_of_pins;
8 const char *pctl_name;
9 };
11 #endif /* __GPIO_EM_H__ */