diff options
Diffstat (limited to 'sys/powerpc/include')
| -rw-r--r-- | sys/powerpc/include/pcb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/powerpc/include/pcb.h b/sys/powerpc/include/pcb.h index a461b3495a4dd..b608f14ef82e7 100644 --- a/sys/powerpc/include/pcb.h +++ b/sys/powerpc/include/pcb.h @@ -66,5 +66,7 @@ extern struct pcb *curpcb; extern struct pmap *curpm; extern struct proc *fpuproc; +void makectx(struct trapframe *, struct pcb *); + #endif #endif /* _MACHINE_PCB_H_ */ |
