diff options
| author | Vladimir Kondratyev <wulf@FreeBSD.org> | 2021-08-24 22:52:37 +0000 |
|---|---|---|
| committer | Vladimir Kondratyev <wulf@FreeBSD.org> | 2021-08-24 22:52:37 +0000 |
| commit | f76051c7dabe952b75127a8031d87d78b603be20 (patch) | |
| tree | 835d84ca11639fbc3685770d41925ec757b1faac /sys/dev/evdev/evdev.h | |
| parent | 4c0a134e32a7f4dec556fea15c8de22f69864492 (diff) | |
Diffstat (limited to 'sys/dev/evdev/evdev.h')
| -rw-r--r-- | sys/dev/evdev/evdev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/evdev/evdev.h b/sys/dev/evdev/evdev.h index 4cf885612c3e..dde9bba9b1e2 100644 --- a/sys/dev/evdev/evdev.h +++ b/sys/dev/evdev/evdev.h @@ -162,6 +162,7 @@ void evdev_push_mt_compat(struct evdev_dev *); int evdev_mt_push_slot(struct evdev_dev *, int, union evdev_mt_slot *); int evdev_mt_push_frame(struct evdev_dev *, union evdev_mt_slot *, int); void evdev_mt_match_frame(struct evdev_dev *, union evdev_mt_slot *, int); +union evdev_mt_slot *evdev_mt_get_match_slots(struct evdev_dev *); void evdev_mt_push_autorel(struct evdev_dev *); static inline int evdev_mt_id_to_slot(struct evdev_dev *evdev, int32_t id) |
