summaryrefslogtreecommitdiff
path: root/defs.h
diff options
context:
space:
mode:
authorAustin Clements <[email protected]>2010-09-02 14:30:06 -0400
committerAustin Clements <[email protected]>2010-09-02 14:30:06 -0400
commitc7c21467c3d3c9f2a04d6fac3b8ef796470b0448 (patch)
treee9d09f6e5fd4459fc73a0ab9f656c139c9fa23b9 /defs.h
parentd599aa2e40fc116d84c609358a9fdc51824b621d (diff)
downloadxv6-labs-c7c21467c3d3c9f2a04d6fac3b8ef796470b0448.tar.gz
xv6-labs-c7c21467c3d3c9f2a04d6fac3b8ef796470b0448.tar.bz2
xv6-labs-c7c21467c3d3c9f2a04d6fac3b8ef796470b0448.zip
Oops. Broke the build when I rearranged proc.c
Diffstat (limited to 'defs.h')
-rw-r--r--defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/defs.h b/defs.h
index dca91bb..f2724ad 100644
--- a/defs.h
+++ b/defs.h
@@ -101,6 +101,7 @@ int kill(int);
void pinit(void);
void procdump(void);
void scheduler(void) __attribute__((noreturn));
+void sched(void);
void sleep(void*, struct spinlock*);
void userinit(void);
int wait(void);