Forward declare struct trapframe.
This commit is contained in:
parent
c40855dbed
commit
f54721f6a6
@ -59,6 +59,8 @@ struct pcb {
|
||||
|
||||
#ifdef _KERNEL
|
||||
|
||||
struct trapframe;
|
||||
|
||||
#ifndef curpcb
|
||||
extern struct pcb *curpcb;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user