Remove PS/2 keyboard function KB_READ_KEY_NONBLOCK

This commit is contained in:
2026-03-18 23:21:58 +01:00
parent fdd016e9fd
commit 837f7fa7ba
6 changed files with 0 additions and 43 deletions

View File

@@ -188,7 +188,6 @@ static void ps2kb_device_init (void) {
device_op_func_t ops[] = {
[KB_READ_KEY] = &ps2kb_read_key,
[KB_READ_KEY_NONBLOCK] = &ps2kb_read_key_nonblock,
};
device_create ("kb", ops, lengthof (ops), &ps2kb_init, &ps2kb_fini, NULL, thiscpu->kproc, &rctx);
}