This website requires JavaScript.
Explore
Help
Sign In
core
/
shadeos
Watch
1
Star
0
Fork
You've already forked shadeos
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f458b04ec6
shadeos
/
include
/
shade
/
platform
/
drivers
/
keyboard.h
6 lines
80 B
C
Raw
Normal View
History
Unescape
Escape
chore/feat: update include guards / start working on TTY functionality
2022-05-17 14:44:08 +00:00
#
ifndef SHADE_KEYBOARD_H
#
define SHADE_KEYBOARD_H
keyboard
2022-05-15 23:02:09 +00:00
void
init_keyboard
(
)
;
#
endif