summaryrefslogtreecommitdiff
path: root/libevdev/libevdev-uinput-int.h
blob: d7e674a93d1533172a037b93d02f5bab75186ee4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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 */
};