diff options
| author | Kenny Levinsen <kl@kl.wtf> | 2022-03-29 10:41:16 +0200 |
|---|---|---|
| committer | Kenny Levinsen <kl@kl.wtf> | 2022-03-29 10:54:27 +0200 |
| commit | 0462e9331d1648171bd47e62a2808f0a4d647239 (patch) | |
| tree | 2d91785d72da23c25fa4146fab09580f7e2d9375 /include/evdev.h | |
| parent | 684dd619455011bc08c85ae4c1b39394268b5646 (diff) | |
| download | seatd-0462e9331d1648171bd47e62a2808f0a4d647239.tar.xz | |
wscons: Move to its own device type
This reduces ifdefs and avoids overloading evdev as something it is not.
Diffstat (limited to 'include/evdev.h')
| -rw-r--r-- | include/evdev.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/evdev.h b/include/evdev.h index da57828..5e6cfbf 100644 --- a/include/evdev.h +++ b/include/evdev.h @@ -4,9 +4,4 @@ int evdev_revoke(int fd); int path_is_evdev(const char *path); -#if defined(__linux__) || defined(__NetBSD__) -#include <sys/types.h> -int dev_is_evdev(dev_t device); -#endif - #endif |
