diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/mtdev.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/mtdev.h b/include/mtdev.h index ba682c5..33ea29c 100644 --- a/include/mtdev.h +++ b/include/mtdev.h | |||
| @@ -68,6 +68,11 @@ extern "C" { | |||
| 68 | #define ABS_MT_DISTANCE 0x3b /* Contact hover distance */ | 68 | #define ABS_MT_DISTANCE 0x3b /* Contact hover distance */ |
| 69 | #endif | 69 | #endif |
| 70 | 70 | ||
| 71 | /* includes available in 3.4 */ | ||
| 72 | #ifndef EVIOCGMTSLOTS | ||
| 73 | #define EVIOCGMTSLOTS(len) _IOC(_IOC_READ, 'E', 0x0a, len) | ||
| 74 | #endif | ||
| 75 | |||
| 71 | #define MT_ID_NULL (-1) | 76 | #define MT_ID_NULL (-1) |
| 72 | #define MT_ID_MIN 0 | 77 | #define MT_ID_MIN 0 |
| 73 | #define MT_ID_MAX 65535 | 78 | #define MT_ID_MAX 65535 |
