#ifndef foorcmserverevdevhfoo #define foorcmserverevdevhfoo int evdev_set_mapping(struct device *device, unsigned protocol, uint64_t scancode, struct linux_input_keycode *lik); int evdev_get_mapping(struct device *device, unsigned index, unsigned *ret_protocol, uint64_t *ret_scancode, struct linux_input_keycode **ret_lik); int evdev_setup(struct device *device, const char *path); #endif