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