diff options
author | Guillermo Ramos | 2011-09-04 04:54:07 +0200 |
---|---|---|
committer | Guillermo Ramos | 2011-09-04 04:54:07 +0200 |
commit | 19f0515e3d0b9aef3729fbe5e454fd5d154475d4 (patch) | |
tree | 4ca5b81f3519f9f685bb2a76d8ff622f54ef3dcb /evspy/evspy.h | |
parent | 1ff68663847e325cccb43b9545053d7bdf3ac9db (diff) | |
download | lkm-19f0515e3d0b9aef3729fbe5e454fd5d154475d4.tar.gz |
AƱadidos comentarios y parche
Diffstat (limited to 'evspy/evspy.h')
-rw-r--r-- | evspy/evspy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evspy/evspy.h b/evspy/evspy.h index 1401337..626dc2f 100644 --- a/evspy/evspy.h +++ b/evspy/evspy.h @@ -1,5 +1,5 @@ +#include <asm/page.h> #include <linux/input.h> -// TODO include PAGE_SIZE etc #include "maps.h" #define EVS_MAP map_es // change this to your keyboard layout |