os/include/kernel/keyboard.h

4 lines
61 B
C

#include <stdint.h>
void handle_keyboard(uint8_t scancode);