about summary refs log tree commit diff stats
path: root/tools/iso/kernel.soso/pipe.h
blob: d885385e250653c59b3c2939af71c40cfe6aca5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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