diff options
Diffstat (limited to 'defs.h')
-rw-r--r-- | defs.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ struct proc; void setupsegs(struct proc *); struct proc * newproc(void); void swtch(void); +void sleep(void *); +void wakeup(void *); // trap.c void tinit(void); |