mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2026-01-25 14:25:20 -08:00
Update keyboard.h
fixing missing includes and definition
This commit is contained in:
@@ -1,7 +1,10 @@
|
|||||||
#ifndef KEYBOARD_H
|
#ifndef KEYBOARD_H
|
||||||
#define KEYBOARD_H
|
#define KEYBOARD_H
|
||||||
|
|
||||||
|
#include <stint.h>
|
||||||
|
|
||||||
void keyboard_init(void);
|
void keyboard_init(void);
|
||||||
|
void keyboard_buffer_add(char c);
|
||||||
char keyboard_get_char(void); // Blocking read from buffer
|
char keyboard_get_char(void); // Blocking read from buffer
|
||||||
extern const char scancode_map[128];
|
extern const char scancode_map[128];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user