Files
third_party_libevdev/include/linux/input.h
T
houchengyu2022 5550295b5a add system update config file
Signed-off-by: houchengyu2022 <houchengyu@huawei.com>
2023-04-10 10:02:46 +08:00

6 lines
94 B
C

#ifdef __linux__
#include "linux/input.h"
#elif __FreeBSD__
#include "freebsd/input.h"
#endif