Forward declare struct trapframe.

This commit is contained in:
Jake Burkholder 2002-05-29 19:25:14 +00:00
parent 819c7d570b
commit f7e0360261
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97508

View File

@ -48,6 +48,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 *);