summaryrefslogtreecommitdiff
path: root/defs.h
diff options
context:
space:
mode:
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 2e991a1..597e5b6 100644
--- a/defs.h
+++ b/defs.h
@@ -124,6 +124,7 @@ void wakeup(void*);
void yield(void);
int either_copyout(int user_dst, uint64 dst, void *src, uint64 len);
int either_copyin(void *dst, int user_src, uint64 src, uint64 len);
+void procdump(void);
// swtch.S
void swtch(struct context*, struct context*);