mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-13 23:46:11 +07:00
11 lines
179 B
C
11 lines
179 B
C
|
#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__ */
|