diff options
author | rsc <rsc> | 2006-09-07 15:45:38 +0000 |
---|---|---|
committer | rsc <rsc> | 2006-09-07 15:45:38 +0000 |
commit | ab17e3198be3ae4bf50bf02241c5c1abb3128915 (patch) | |
tree | 6603025b78e908076ab4fc89a5e4167bcf8f94f2 /defs.h | |
parent | 1542186378ba1c53744d19b3f2c8382976bd5d21 (diff) | |
download | xv6-labs-ab17e3198be3ae4bf50bf02241c5c1abb3128915.tar.gz xv6-labs-ab17e3198be3ae4bf50bf02241c5c1abb3128915.tar.bz2 xv6-labs-ab17e3198be3ae4bf50bf02241c5c1abb3128915.zip |
debugging prints
Diffstat (limited to 'defs.h')
-rw-r--r-- | defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |