M7350/kernel/include/linux/platform_data/gpio-em.h

12 lines
203 B
C
Raw Normal View History

2024-09-09 08:57:42 +00:00
#ifndef __GPIO_EM_H__
#define __GPIO_EM_H__
struct gpio_em_config {
unsigned int gpio_base;
unsigned int irq_base;
unsigned int number_of_pins;
const char *pctl_name;
};
#endif /* __GPIO_EM_H__ */