This repository has been archived on 2024-06-25. You can view files and clone it, but cannot push or open issues or pull requests.
rockOS/kernel/include/rockos/keyboard.h

3 lines
86 B
C
Raw Normal View History

2022-07-21 12:20:35 +03:00
void keyboard_handler(void* frame);
unsigned char readkey();
void initialize_keyset();