Yet more 2.4 build fixes, this time for BTN_TASK.

This commit is contained in:
Adam Jackson
2005-07-28 01:48:14 +00:00
parent f745d59b6c
commit b446f59cc5

View File

@@ -54,6 +54,10 @@
#define EVIOCGRAB _IOW('E', 0x90, int)
#endif
#ifndef BTN_TASK
#define BTN_TASK 0x117
#endif
#ifndef EV_SYN
#define EV_SYN EV_RST
#endif