Forward declare struct trapframe.

This commit is contained in:
Marcel Moolenaar 2006-07-26 17:05:11 +00:00
parent c40855dbed
commit f54721f6a6

View File

@ -59,6 +59,8 @@ struct pcb {
#ifdef _KERNEL
struct trapframe;
#ifndef curpcb
extern struct pcb *curpcb;
#endif