diff options
| author | Peter Grehan <grehan@FreeBSD.org> | 2004-02-11 13:18:31 +0000 |
|---|---|---|
| committer | Peter Grehan <grehan@FreeBSD.org> | 2004-02-11 13:18:31 +0000 |
| commit | 49f397d0c33fe474d301b716316317331f2d085c (patch) | |
| tree | ebe71d4d5315f4a9fbd7526ffa378e0970177dd2 /sys/powerpc/include | |
| parent | 28c013fd72b6978966d512e7b9874691d7c6dca9 (diff) | |
Notes
Diffstat (limited to 'sys/powerpc/include')
| -rw-r--r-- | sys/powerpc/include/intr_machdep.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/powerpc/include/intr_machdep.h b/sys/powerpc/include/intr_machdep.h index d2d548e9e95ee..38de274454c84 100644 --- a/sys/powerpc/include/intr_machdep.h +++ b/sys/powerpc/include/intr_machdep.h @@ -38,6 +38,9 @@ struct intr_handler { struct ithd *ih_ithd; u_int ih_irq; u_int ih_flags; + u_int ih_index; + u_long *ih_count; + u_long *ih_straycount; }; void intr_init(void (*)(void), int, void (*)(uintptr_t), void (*)(uintptr_t)); |
