summaryrefslogtreecommitdiffstats
path: root/sys/isa/isa_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/isa/isa_common.h')
-rw-r--r--sys/isa/isa_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/isa/isa_common.h b/sys/isa/isa_common.h
index 3f29807..4d61d46 100644
--- a/sys/isa/isa_common.h
+++ b/sys/isa/isa_common.h
@@ -70,7 +70,8 @@ extern int isa_release_resource(device_t bus, device_t child,
int type, int rid, struct resource *r);
extern int isa_setup_intr(device_t bus, device_t child, struct resource *r,
- int flags, void (*ihand)(void *), void *arg, void **cookiep);
+ int flags, driver_filter_t *filter, void (*ihand)(void *), void *arg,
+ void **cookiep);
extern int isa_teardown_intr(device_t bus, device_t child, struct resource *r,
void *cookie);
OpenPOWER on IntegriCloud