summaryrefslogtreecommitdiff
path: root/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'defs.h')
-rw-r--r--defs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/defs.h b/defs.h
index dc8a831..824b986 100644
--- a/defs.h
+++ b/defs.h
@@ -13,7 +13,6 @@ struct proc;
struct jmpbuf;
void setupsegs(struct proc *);
struct proc * newproc(void);
-void swtch(int);
struct spinlock;
void sleep(void *, struct spinlock *);
void wakeup(void *);
@@ -22,8 +21,6 @@ void proc_exit(void);
int proc_kill(int);
int proc_wait(void);
void yield(void);
-void cli(void);
-void sti(void);
// swtch.S
struct jmpbuf;