repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
VM: munmap used by VM for itself is no longer used
[minix.git]
/
include
/
minix
/
input.h
blob
65d3ed5042e787ccafe2ac3ebbfcadfbdbd0993c
1
#ifndef _MINIX_INPUT_H
2
#define _MINIX_INPUT_H
3
4
#define INPUT_EV_KEY 0x1
5
#define INPUT_EV_REL 0x2
6
#define INPUT_EV_ABS 0x3
7
8
#endif