gfpic_softc
struct gfpic_softc * const sc = device_private(self);
CFATTACH_DECL_NEW(gfpic_mainbus, sizeof(struct gfpic_softc),
static struct gfpic_softc *pics[NPIC];
gfpic_pending(struct gfpic_softc *sc)
gfpic_attach(struct gfpic_softc *sc)
gfpic_enable(struct gfpic_softc *sc, int pirq)
gfpic_disable(struct gfpic_softc *sc, int pirq)
void gfpic_attach(struct gfpic_softc *);
void gfpic_enable(struct gfpic_softc *, int);
void gfpic_disable(struct gfpic_softc *, int);
int gfpic_pending(struct gfpic_softc *);