Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/hil/
H A Dhilvar.h71 struct hil_softc { struct
72 struct device sc_dev;
73 bus_space_handle_t sc_bsh;
74 bus_space_tag_t sc_bst;
75 int *sc_console; /* console path set to hil */
100 int send_hil_cmd(struct hil_softc *, u_int, u_int8_t *, u_int, u_int8_t *); argument