summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/intr_machdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/include/intr_machdep.h')
-rw-r--r--sys/powerpc/include/intr_machdep.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/powerpc/include/intr_machdep.h b/sys/powerpc/include/intr_machdep.h
index d2d548e..38de274 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));
OpenPOWER on IntegriCloud