summaryrefslogtreecommitdiffstats
path: root/sys/sun4v/include/intr_machdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sun4v/include/intr_machdep.h')
-rw-r--r--sys/sun4v/include/intr_machdep.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sun4v/include/intr_machdep.h b/sys/sun4v/include/intr_machdep.h
index 9788e39..e933c8a 100644
--- a/sys/sun4v/include/intr_machdep.h
+++ b/sys/sun4v/include/intr_machdep.h
@@ -80,8 +80,8 @@ extern struct intr_vector intr_vectors[];
void intr_setup(int level, ih_func_t *ihf, int pri, iv_func_t *ivf,
void *iva);
-int inthand_add(const char *name, int vec, void (*handler)(void *),
- void *arg, int flags, void **cookiep);
+int inthand_add(const char *name, int vec, int (*filt)(void *),
+ void (*handler)(void *), void *arg, int flags, void **cookiep);
int inthand_remove(int vec, void *cookie);
void cpu_intrq_init(void);
OpenPOWER on IntegriCloud