Add special event pipes, rework ps2kb process
This commit is contained in:
@ -5,12 +5,15 @@
|
||||
#include <stddef.h>
|
||||
|
||||
#define IPCPIPE_SELFPID (-1)
|
||||
|
||||
#define IPCPIPE_OUT (0)
|
||||
#define IPCPIPE_IN (1)
|
||||
|
||||
enum {
|
||||
IPCPIPE_MAKE = 0,
|
||||
IPCPIPE_READ = 1,
|
||||
IPCPIPE_WRITE = 2,
|
||||
IPCPIPE_REG_EVT_PIPE = 3,
|
||||
};
|
||||
|
||||
#endif // SHARE_SYSDEFS_IPCPIPE_H_
|
||||
|
Reference in New Issue
Block a user