summaryrefslogtreecommitdiff
path: root/i386/i386/pcb.h
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386/pcb.h')
-rw-r--r--i386/i386/pcb.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/i386/i386/pcb.h b/i386/i386/pcb.h
index 9edc594..cea2fe2 100644
--- a/i386/i386/pcb.h
+++ b/i386/i386/pcb.h
@@ -72,4 +72,10 @@ extern void switch_ktss (pcb_t pcb);
extern void update_ktss_iopb (unsigned char *new_iopb, io_port_t size);
+extern thread_t Load_context (thread_t new);
+
+extern thread_t Switch_context (thread_t old, void (*continuation)(), thread_t new);
+
+extern void Thread_continue (void);
+
#endif /* _I386_PCB_H_ */