mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2026-01-25 14:25:20 -08:00
Update keyboard.h
Add a extern const for the scancode map
This commit is contained in:
@@ -3,5 +3,6 @@
|
|||||||
|
|
||||||
void keyboard_init(void);
|
void keyboard_init(void);
|
||||||
char keyboard_get_char(void); // Blocking read from buffer
|
char keyboard_get_char(void); // Blocking read from buffer
|
||||||
|
extern const char scancode_map[128];
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user