Home
last modified time | relevance | path

Searched defs:puc_softc (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/dev/pci/
H A Dpucvar.h101 struct puc_softc { struct
102 struct device sc_dev;
105 const struct puc_device_description *sc_desc;
108 struct {
132 void puc_common_attach(struct puc_softc *, struct puc_attach_args *); argument