MCPcopy Create free account
hub / github.com/F-Stack/f-stack / kbdinit

Function kbdinit

freebsd/kern/kern_cons.c:124–128  ·  view source on GitHub ↗

* Stub for configurations that don't actually have a keyboard driver. Inclusion * of kbd.c is contingent on any number of keyboard/console drivers being * present in the kernel; rather than trying to catch them all, we'll just * maintain this weak kbdinit that will be overridden by the strong version in * kbd.c if it's present. */

Source from the content-addressed store, hash-verified

122 * kbd.c if it's present.
123 */
124__weak_symbol void
125kbdinit(void)
126{
127
128}
129
130void
131cninit(void)

Callers 1

cninitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected