aboutsummaryrefslogtreecommitdiff
path: root/include/evdev.h
blob: 5e6cfbf3437d3c59ba01e3cd3064b1145bfe5ee1 (plain)
1
2
3
4
5
6
7
#ifndef _SEATD_EVDEV_H
#define _SEATD_EVDEV_H

int evdev_revoke(int fd);
int path_is_evdev(const char *path);

#endif