1
0
Fork 0
mirror of https://github.com/kkk2z/CatOS.git synced 2025-01-10 12:05:29 +00:00
CatOS/kernel/keyboard.c

5 lines
92 B
C
Raw Normal View History

2024-07-22 04:46:44 +00:00
#include "kernel.h"
void keyboard_handler() {
// キーボード入力処理コード
}