mirror of
https://github.com/openharmony/third_party_libevdev.git
synced 2026-07-20 22:16:14 -04:00
5550295b5a
Signed-off-by: houchengyu2022 <houchengyu@huawei.com>
6 lines
94 B
C
6 lines
94 B
C
#ifdef __linux__
|
|
#include "linux/input.h"
|
|
#elif __FreeBSD__
|
|
#include "freebsd/input.h"
|
|
#endif
|