tb input from ps2kb

This commit is contained in:
2025-09-28 23:26:07 +02:00
parent d7562b98c1
commit 2b93d6d184
4 changed files with 14 additions and 8 deletions

View File

@ -3,6 +3,7 @@
enum {
DEV_TERMDEV = 0x10,
DEV_PS2KBDEV = 0x11,
};
#endif // ULIB_DEVIDS_H_

View File

@ -14,6 +14,7 @@
#include <log.h>
#include <assert.h>
#include <umalloc/umalloc.h>
#include <devids.h>
#include <errors.h>
#include <sysdefs/ioctl.h>