remove _ from pipe; be like file
This commit is contained in:
parent
76f09d7dd0
commit
7834cca604
4 changed files with 12 additions and 12 deletions
8
defs.h
8
defs.h
|
|
@ -92,10 +92,10 @@ void irq_enable(int);
|
|||
void pic_init(void);
|
||||
|
||||
// pipe.c
|
||||
int pipe_alloc(struct file**, struct file**);
|
||||
void pipe_close(struct pipe*, int);
|
||||
int pipe_read(struct pipe*, char*, int);
|
||||
int pipe_write(struct pipe*, char*, int);
|
||||
int pipealloc(struct file**, struct file**);
|
||||
void pipeclose(struct pipe*, int);
|
||||
int piperead(struct pipe*, char*, int);
|
||||
int pipewrite(struct pipe*, char*, int);
|
||||
|
||||
// proc.c
|
||||
struct proc* copyproc(struct proc*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue