Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/wscons/
H A Dwskbdvar.h47 struct wskbd_accessops { struct
48 int (*enable)(void *, int);
49 void (*set_leds)(void *, int);
73 const struct wskbd_accessops *accessops; /* access ops */ argument