1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Forward declare struct trapframe.

This commit is contained in:
Jake Burkholder 2002-05-20 16:12:35 +00:00
parent 0f33dc7b6f
commit 856316e9c6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97000

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 *);