hwstate
struct hwstate sc_hwdefault;
struct hwstate sc_hwcurrent;
static void bpp_setparams(struct bpp_softc *, struct hwstate *);
struct hwstate *hw = &dsc->sc_hwdefault;
bpp_setparams(struct bpp_softc *sc, struct hwstate *hw)
#define BPPIOCSPARAM _IOW('P', 0x1, struct hwstate)
#define BPPIOCGPARAM _IOR('P', 0x2, struct hwstate)
struct hwstate *hw, *chw;
hw = (struct hwstate *)data;
*((struct hwstate *)data) = sc->sc_hwcurrent;