diff options
Diffstat (limited to 'i386')
-rw-r--r-- | i386/i386/pcb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/i386/i386/pcb.h b/i386/i386/pcb.h index 4aad0b2..b2e5f07 100644 --- a/i386/i386/pcb.h +++ b/i386/i386/pcb.h @@ -80,4 +80,6 @@ extern thread_t Switch_context (thread_t old, void (*continuation)(), thread_t n extern void Thread_continue (void); +extern void pcb_module_init (void); + #endif /* _I386_PCB_H_ */ |