Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at 04480094de7242d08bb62088e713fd7fe00443b4 11 lines 203 B view raw
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; 8 const char *pctl_name; 9}; 10 11#endif /* __GPIO_EM_H__ */