mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-18 10:21:53 +08:00
Update to FreeBSD stable/12 2019-03-11
Git mirror commit 735fe7a0a5f9c265040e2e6654a01b081d6354f1.
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/queue.h>
|
||||
#include <sys/selinfo.h>
|
||||
#include <sys/sysctl.h>
|
||||
|
||||
#include <dev/evdev/evdev.h>
|
||||
#include <dev/evdev/input.h>
|
||||
@@ -132,6 +133,9 @@ struct evdev_dev
|
||||
const struct evdev_methods * ev_methods;
|
||||
void * ev_softc;
|
||||
|
||||
/* Sysctl: */
|
||||
struct sysctl_ctx_list ev_sysctl_ctx;
|
||||
|
||||
LIST_ENTRY(evdev_dev) ev_link;
|
||||
LIST_HEAD(, evdev_client) ev_clients;
|
||||
};
|
||||
|
Reference in New Issue
Block a user