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

14 lines
354 B
C

// SPDX-License-Identifier: MIT
/*
* Copyright © 2013 Red Hat, Inc.
*/
struct libevdev_uinput {
int fd; /**< file descriptor to uinput */
int fd_is_managed; /**< do we need to close it? */
char *name; /**< device name */
char *syspath; /**< /sys path */
char *devnode; /**< device node */
time_t ctime[2]; /**< before/after UI_DEV_CREATE */
};