diff options
Diffstat (limited to 'tools/iso/kernel.soso/pipe.h')
-rw-r--r-- | tools/iso/kernel.soso/pipe.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/iso/kernel.soso/pipe.h b/tools/iso/kernel.soso/pipe.h new file mode 100644 index 00000000..d885385e --- /dev/null +++ b/tools/iso/kernel.soso/pipe.h @@ -0,0 +1,11 @@ +#ifndef PIPE_H +#define PIPE_H + +#include "common.h" + +void initializePipes(); +BOOL createPipe(const char* name, uint32 bufferSize); +BOOL destroyPipe(const char* name); +BOOL existsPipe(const char* name); + +#endif // PIPE_H |