mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-21 18:44:01 +00:00
Stage 15
This commit is contained in:
10
clks/include/clks/keyboard.h
Normal file
10
clks/include/clks/keyboard.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef CLKS_KEYBOARD_H
|
||||
#define CLKS_KEYBOARD_H
|
||||
|
||||
#include <clks/types.h>
|
||||
|
||||
void clks_keyboard_init(void);
|
||||
void clks_keyboard_handle_scancode(u8 scancode);
|
||||
u64 clks_keyboard_hotkey_switch_count(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user