You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#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;
|
|
};
|
|
|
|
#endif /* __GPIO_EM_H__ */
|
|
|