diff options
Diffstat (limited to 'sys/powerpc/include/trap.h')
-rw-r--r-- | sys/powerpc/include/trap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/powerpc/include/trap.h b/sys/powerpc/include/trap.h index fc927419db68..5017a7535d29 100644 --- a/sys/powerpc/include/trap.h +++ b/sys/powerpc/include/trap.h @@ -152,10 +152,10 @@ #ifndef LOCORE struct trapframe; -struct pcb; +struct thread; extern int (*hmi_handler)(struct trapframe *); void trap(struct trapframe *); -int ppc_instr_emulate(struct trapframe *, struct pcb *); +int ppc_instr_emulate(struct trapframe *, struct thread *); #endif #endif /* _POWERPC_TRAP_H_ */ |