* 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. */
| 122 | * kbd.c if it's present. |
| 123 | */ |
| 124 | __weak_symbol void |
| 125 | kbdinit(void) |
| 126 | { |
| 127 | |
| 128 | } |
| 129 | |
| 130 | void |
| 131 | cninit(void) |