blob: 7c5a519d2dcde2bd08816c78f4c59f8d41f8324c [file] [log] [blame]
Magnus Damma07e1032012-05-17 15:22:23 +09001#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;
Magnus Damm640efa02013-07-03 13:14:32 +09008 const char *pctl_name;
Magnus Damma07e1032012-05-17 15:22:23 +09009};
10
11#endif /* __GPIO_EM_H__ */