split up application in two different sub-applications

This commit is contained in:
Denis 2023-12-12 23:46:08 +01:00
parent 7e91e73327
commit 00fb3a02e3
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03
20 changed files with 441 additions and 210 deletions

View file

@ -23,6 +23,8 @@
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/syscall.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <linux/hidraw.h>
#include <linux/input-event-codes.h>