9 lines
163 B
C
9 lines
163 B
C
#ifndef MINIOS_KEYBOARD_H
|
|
#define MINIOS_KEYBOARD_H
|
|
|
|
#include "type.h"
|
|
|
|
#define KEYBOARD_BUF_REG 0x60
|
|
void add_keyboard_buf(u8 ch);
|
|
|
|
#endif /* MINIOS_KEYBOARD_H */ |