HomeFreeBSD

[gpio] include intr.h when building with INTRNG.

Description

[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

Details

Provenance
adrianAuthored on
Parents
rS305638: [net80211] add in ToA/ToD based location mbuf tags for some experimenting.
Branches
Unknown
Tags
Unknown