projects
/
winnie
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fixed fbdev/*.cc to work with malloc
[winnie]
/
src
/
keyboard.h
1
#ifndef KEYBOARD_H_
2
#define KEYBOARD_H_
3
4
bool init_keyboard();
5
void destroy_keyboard();
6
7
int get_keyboard_fd();
8
void process_keyboard_event();
9
10
#endif // KEYBOARD_H_