mirror of
https://github.com/openharmony/third_party_libevdev.git
synced 2026-07-19 11:13:35 -04:00
6 lines
96 B
C
6 lines
96 B
C
#ifdef __linux__
|
|
#include "linux/uinput.h"
|
|
#elif __FreeBSD__
|
|
#include "freebsd/uinput.h"
|
|
#endif
|