functions to be implemented still*
@@ -0,0 +1,9 @@
#ifndef KBD_H
#define KBD_H
#include "types.h"
#include "interrupts.h"
void kbd_install_keyboard(void);
void kbd_read_key(struct cpu_reg_state* cpu);
#endif
The note is not visible to the blocked user.