diff options
| author | Jake Burkholder <jake@FreeBSD.org> | 2002-05-29 19:25:14 +0000 |
|---|---|---|
| committer | Jake Burkholder <jake@FreeBSD.org> | 2002-05-29 19:25:14 +0000 |
| commit | f7e0360261fdea2409c0fb96520abad759964e40 (patch) | |
| tree | e22cd64421f8c943c48047007fce8c435b327d58 /sys | |
| parent | 819c7d570bb33ce8381d413ee98deb7672a5e0be (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sparc64/include/intr_machdep.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sparc64/include/intr_machdep.h b/sys/sparc64/include/intr_machdep.h index a08a9fc45d11..ba028463b56c 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 *); |
