freebsd-nq/sys/dev/gpio
Adrian Chadd 01decb509d [gpio] include intr.h when building with INTRNG.
Trying to build a MIPS platform that uses INTRNG needs this
for this to work right in gpiobusvar.h :

#ifdef INTRNG
struct intr_map_data_gpio {
        struct intr_map_data    hdr;
...
};
#endif
2016-09-09 04:54:41 +00:00
..
gpio_if.m
gpiobacklight.c
gpiobus_if.m
gpiobus.c INTRNG: Rework handling with resources. Partially revert r301453. 2016-08-19 10:52:39 +00:00
gpiobusvar.h [gpio] include intr.h when building with INTRNG. 2016-09-09 04:54:41 +00:00
gpioc.c
gpioiic.c
gpiokeys_codes.c
gpiokeys.c
gpiokeys.h
gpioled.c
gpiopps.c
gpiospi.c
ofw_gpiobus.c INTRNG: Rework handling with resources. Partially revert r301453. 2016-08-19 10:52:39 +00:00