IBNOS
|
#include <process/pipe.h>
#include <process/object.h>
#include <memory/allocator.h>
#include <console/console.h>
#include <util/list.h>
#include <util/util.h>
Go to the source code of this file.
Macros | |
#define | MIN_PIPE_BUFFER_SIZE 0x1000 |
#define | MAX_PIPE_BUFFER_SIZE 0x10000 |
Functions | |
struct pipe * | pipeCreate () |
Creates a new kernel pipe object. More... | |
struct stdout * | stdoutCreate () |
Creates a new kernel stdout object. More... | |