Merge tag 'xtensa-next-20130912' of git://github.com/czankel/xtensa-linux
[deliverable/linux.git] / include / linux / platform_data / gpio-em.h
CommitLineData
a07e103e
MD
1#ifndef __GPIO_EM_H__
2#define __GPIO_EM_H__
3
4struct gpio_em_config {
5 unsigned int gpio_base;
6 unsigned int irq_base;
7 unsigned int number_of_pins;
640efa08 8 const char *pctl_name;
a07e103e
MD
9};
10
11#endif /* __GPIO_EM_H__ */
This page took 0.177072 seconds and 5 git commands to generate.