summaryrefslogtreecommitdiff
path: root/rcm-server-evdev.h
blob: 73b2b250d5e23cd3dee64cf335430a3f7881b22f (plain)
1
2
3
4
5
6
7
8
9
#ifndef foorcmserverevdevhfoo
#define foorcmserverevdevhfoo

const char *evdev_guess_protocol(struct device *device, uint64_t scancode, uint32_t keycode);

int evdev_setup(struct device *device);

#endif