]> Pileus Git - ~andy/linux/blob - include/linux/platform_data/gpio-em.h
Merge tag 'fbdev-fixes-for-3.5-2' of git://github.com/schandinat/linux-2.6
[~andy/linux] / include / linux / platform_data / gpio-em.h
1 #ifndef __GPIO_EM_H__
2 #define __GPIO_EM_H__
3
4 struct gpio_em_config {
5         unsigned int gpio_base;
6         unsigned int irq_base;
7         unsigned int number_of_pins;
8 };
9
10 #endif /* __GPIO_EM_H__ */