8 lines
144 B
C
8 lines
144 B
C
#pragma once
|
|
|
|
struct ofile;
|
|
struct vnode;
|
|
|
|
int pipe_create(struct ofile **read, struct ofile **write);
|
|
int pipe_fifo_create(struct vnode *res);
|