Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/sun/
H A Dkbdvar.h106 struct cons_channel { struct
112 int (*cc_iopen)(struct cons_channel *); /* open underlying device */ argument
113 int (*cc_iclose)(struct cons_channel *); /* close underlying device */ argument
127 extern struct cons_channel *kbd_cc_alloc(struct kbd_softc *); argument