repo.or.cz
/
newos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added a new header file to encapsulate compiler-specific stuff.
[newos.git]
/
apps
/
consoled
/
consoled.h
blob
7b56d988a1f745383da5ef5b9663a9e29bd0e8da
1
#ifndef _CONSOLED_H
2
#define _CONSOLED_H
3
4
int
process_key_events
(
_key_event
*
kevents
,
int
num_events
,
char
*
out_buf
,
int
buf_len
,
int
keyboard_fd
);
5
6
#endif
7