1 #ifdef __linux__
2 #include "linux/input.h"
3 #elif __FreeBSD__
4 #include "freebsd/input.h"
5 #endif
6