about summary refs log tree commit diff stats
path: root/tools/iso/kernel.soso/pipe.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/iso/kernel.soso/pipe.h')
-rw-r--r--tools/iso/kernel.soso/pipe.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/iso/kernel.soso/pipe.h b/tools/iso/kernel.soso/pipe.h
deleted file mode 100644
index d885385e..00000000
--- a/tools/iso/kernel.soso/pipe.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#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