seatd/include/evdev.h
Kenny Levinsen 0462e9331d wscons: Move to its own device type
This reduces ifdefs and avoids overloading evdev as something it is not.
2022-03-29 10:54:27 +02:00

7 lines
118 B
C

#ifndef _SEATD_EVDEV_H
#define _SEATD_EVDEV_H
int evdev_revoke(int fd);
int path_is_evdev(const char *path);
#endif