From 2685309fb47a0f60d3b59138d8029c5d901fde91 Mon Sep 17 00:00:00 2001 From: rsc Date: Wed, 6 Sep 2006 18:19:11 +0000 Subject: split syscall.c into sysfile.c and sysproc.c --- defs.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'defs.h') diff --git a/defs.h b/defs.h index 693fc20..8731c27 100644 --- a/defs.h +++ b/defs.h @@ -42,6 +42,11 @@ int strncmp(const char*, const char*, uint); // syscall.c void syscall(void); +int fetchint(struct proc*, uint, int*); +int fetchbyte(struct proc*, uint, char*); +int fetcharg(int, void*); +int checkstring(uint); +int putint(struct proc*, uint, int); // picirq.c void pic_init(void); -- cgit v1.2.3