#ifndef _MINIX_INPUT_H #define _MINIX_INPUT_H #define INPUT_EV_KEY 0x1 #define INPUT_EV_REL 0x2 #define INPUT_EV_ABS 0x3 #endif