Implement streams IPC mechanism
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m47s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m47s
This commit is contained in:
7
include/streams.h
Normal file
7
include/streams.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef _STREAMS_H
|
||||
#define _STREAMS_H
|
||||
|
||||
#define STREAM_IN 1
|
||||
#define STREAM_OUT 2
|
||||
|
||||
#endif // _STREAMS_H
|
||||
@@ -36,5 +36,7 @@
|
||||
#define SYS_EXEC_PARTIAL_FINI 33
|
||||
#define SYS_MAIL_RECEIVE_NONBLOCK 34
|
||||
#define SYS_GET_SELF_PID 35
|
||||
#define SYS_STREAM_WRITE 36
|
||||
#define SYS_STREAM_READ 37
|
||||
|
||||
#endif // _M_SYSCALL_DEFS_H
|
||||
|
||||
Reference in New Issue
Block a user