mirror of
https://github.com/htrefil/rkvm.git
synced 2025-02-12 08:48:12 +01:00
8 lines
115 B
C
8 lines
115 B
C
#include <linux/uinput.h>
|
|
|
|
int setup_write_fd(int fd);
|
|
|
|
int destroy_write_fd(int fd);
|
|
|
|
int setup_read_fd(int fd);
|
|
|