| summaryrefslogtreecommitdiff |
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2020-01-07 17:30:40 +0100 |
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2020-01-07 17:30:40 +0100 |
| commit | 43ea7c79785e4ea3518b2d122b6e47891ab478d9 (patch) | |
| tree | 9cf0a3bf9a45b9d34c88d0fdf646dd1e09ce9e82 /src/device/physical/physical_device.c | |
| parent | 272e335b057dce34304d17074a81d3e3d0cde175 (diff) | |
Adds compatibility test.
Diffstat (limited to 'src/device/physical/physical_device.c')
| -rw-r--r-- | src/device/physical/physical_device.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/device/physical/physical_device.c b/src/device/physical/physical_device.c index 1bf3326..52d58dc 100644 --- a/src/device/physical/physical_device.c +++ b/src/device/physical/physical_device.c @@ -222,3 +222,11 @@ int relabsd_physical_device_get_file_descriptor { return device->file; } + +struct libevdev * relabsd_physical_device_get_libevdev +( + struct relabsd_physical_device device [const restrict static 1] +) +{ + return device->libevdev; +} |


