Simple IPC with pipes
This commit is contained in:
8
kernel/syscall/ipcpipe.h
Normal file
8
kernel/syscall/ipcpipe.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef SYSCALL_IPCPIPE_H_
|
||||
#define SYSCALL_IPCPIPE_H_
|
||||
|
||||
#include "syscall.h"
|
||||
|
||||
int32_t SYSCALL5(sys_ipcpipe, pid1, pipenum1, cmd1, buffer1, len1);
|
||||
|
||||
#endif // SYSCALL_IPCPIPE_H_
|
||||
Reference in New Issue
Block a user