aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/evdev/evdev_private.h
diff options
context:
space:
mode:
authorVladimir Kondratyev <wulf@FreeBSD.org>2021-08-24 22:48:33 +0000
committerVladimir Kondratyev <wulf@FreeBSD.org>2021-08-24 22:48:33 +0000
commit66bd52f5e241bd2548015f847f12cdff69176c40 (patch)
treed0fa10a7c098dcc82c0cb3eb7f554e601ab5cb5e /sys/dev/evdev/evdev_private.h
parent059360287e3344f48f5a7839e2d6d54016b18b19 (diff)
Diffstat (limited to 'sys/dev/evdev/evdev_private.h')
-rw-r--r--sys/dev/evdev/evdev_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/evdev/evdev_private.h b/sys/dev/evdev/evdev_private.h
index fc079a324ba4..3fb2d61d091a 100644
--- a/sys/dev/evdev/evdev_private.h
+++ b/sys/dev/evdev/evdev_private.h
@@ -284,6 +284,7 @@ int evdev_mt_get_last_slot(struct evdev_dev *);
void evdev_mt_set_last_slot(struct evdev_dev *, int);
int32_t evdev_mt_get_value(struct evdev_dev *, int, int16_t);
void evdev_mt_set_value(struct evdev_dev *, int, int16_t, int32_t);
+int32_t evdev_mt_reassign_id(struct evdev_dev *, int, int32_t);
/* Utility functions: */
void evdev_client_dumpqueue(struct evdev_client *);