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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/powerpc/include/intr_machdep.h b/sys/powerpc/include/intr_machdep.h
index f4024d3..3336dea 100644
--- a/sys/powerpc/include/intr_machdep.h
+++ b/sys/powerpc/include/intr_machdep.h
@@ -30,12 +30,12 @@
typedef void ih_func_t(void *);
-struct ithd;
+struct intr_event;
-struct intr_handler {
+struct ppc_intr_handler {
ih_func_t *ih_func;
void *ih_arg;
- struct ithd *ih_ithd;
+ struct intr_event *ih_event;
u_int ih_irq;
u_int ih_flags;
u_int ih_index;
OpenPOWER on IntegriCloud