summaryrefslogtreecommitdiff
path: root/defs.h
diff options
context:
space:
mode:
authorrsc <rsc>2006-09-07 15:45:38 +0000
committerrsc <rsc>2006-09-07 15:45:38 +0000
commitab17e3198be3ae4bf50bf02241c5c1abb3128915 (patch)
tree6603025b78e908076ab4fc89a5e4167bcf8f94f2 /defs.h
parent1542186378ba1c53744d19b3f2c8382976bd5d21 (diff)
downloadxv6-labs-ab17e3198be3ae4bf50bf02241c5c1abb3128915.tar.gz
xv6-labs-ab17e3198be3ae4bf50bf02241c5c1abb3128915.tar.bz2
xv6-labs-ab17e3198be3ae4bf50bf02241c5c1abb3128915.zip
debugging prints
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 0225e5d..a08690f 100644
--- a/defs.h
+++ b/defs.h
@@ -24,6 +24,7 @@ void proc_exit(void);
int proc_kill(int);
int proc_wait(void);
void yield(void);
+void procdump(void);
// swtch.S
struct jmpbuf;