Mercurial > hg > CbC > CbC_xv6
diff src/defs.h @ 27:1a64b5645cdd
fix
author | mir3636 |
---|---|
date | Thu, 17 Jan 2019 19:55:30 +0900 |
parents | 83c23a36980d |
children | 6a7ab1d7001c |
line wrap: on
line diff
--- a/src/defs.h Thu Jan 17 19:43:22 2019 +0900 +++ b/src/defs.h Thu Jan 17 19:55:30 2019 +0900 @@ -131,6 +131,7 @@ void procdump(void); void scheduler(void) __attribute__((noreturn)); void sched(void); +__code cbc_sleep(void*, struct spinlock*, __code(*next1)()); void sleep(void*, struct spinlock*); void userinit(void); int wait(void);