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