Add special event pipes, rework ps2kb process
This commit is contained in:
@ -8,7 +8,8 @@
|
||||
|
||||
#define IPC_PIPE_MAX 0x1000
|
||||
|
||||
typedef struct {
|
||||
typedef struct IpcPipe {
|
||||
struct IpcPipe *next;
|
||||
RBuf rbuf;
|
||||
SpinLock spinlock;
|
||||
} IpcPipe;
|
||||
|
Reference in New Issue
Block a user