Forward declare struct trapframe.

This commit is contained in:
Jake Burkholder 2002-05-20 16:12:35 +00:00
parent 0f33dc7b6f
commit 856316e9c6

View File

@ -47,6 +47,8 @@
#define PIL_FAST 13 /* fast interrupts */
#define PIL_TICK 14
struct trapframe;
typedef void ih_func_t(struct trapframe *);
typedef void iv_func_t(void *);