diff options
Diffstat (limited to 'defs.h')
-rw-r--r-- | defs.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,8 @@ void swtch(void); void sleep(void *); void wakeup(void *); void scheduler(void); +void proc_exit(void); +void yield(void); // swtch.S struct jmpbuf; |