Rewrite PS2KB using the new devctl interface

This commit is contained in:
2025-09-28 23:25:43 +02:00
parent f5f44da5f6
commit d7562b98c1
10 changed files with 64 additions and 75 deletions

View File

@ -14,8 +14,8 @@
#include "errors.h"
#include "drivers/ps2kb/ps2kb.h"
#include "ipc/pipe/pipe.h"
#include "proc/ps2kbproc/ps2kbproc.h"
#include "rbuf/rbuf.h"
#include "dev/ps2kbdev.h"
typedef struct BackTraceFrame {
struct BackTraceFrame *rbp;