summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2002-05-29 19:25:14 +0000
committerjake <jake@FreeBSD.org>2002-05-29 19:25:14 +0000
commit7dff1045f4a028bb1112d46ddf0ee33aec3752b9 (patch)
treee22cd64421f8c943c48047007fce8c435b327d58 /sys/sparc64
parent63364b9f7bcd4e4ac933dc7b7eb572abef221eed (diff)
downloadFreeBSD-src-7dff1045f4a028bb1112d46ddf0ee33aec3752b9.zip
FreeBSD-src-7dff1045f4a028bb1112d46ddf0ee33aec3752b9.tar.gz
Forward declare struct trapframe.
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/include/intr_machdep.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sparc64/include/intr_machdep.h b/sys/sparc64/include/intr_machdep.h
index a08a9fc..ba02846 100644
--- a/sys/sparc64/include/intr_machdep.h
+++ b/sys/sparc64/include/intr_machdep.h
@@ -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 *);
OpenPOWER on IntegriCloud