Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/
H A Dradiovar.h32 struct radio_softc { struct
33 struct device dev;
34 void *hw_hdl; /* hardware driver handle */
35 struct device *sc_dev; /* hardware device struct */
36 const struct radio_hw_if *hw_if; /* hardware interface */
37 char sc_dying; /* device detached */