summaryrefslogtreecommitdiff
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 a6702f492af3..977e222e6776 100644
--- a/sys/isa/isa_common.h
+++ b/sys/isa/isa_common.h
@@ -69,7 +69,8 @@ struct isa_device {
*/
extern void isa_init(device_t dev);
extern struct resource *isa_alloc_resource(device_t bus, device_t child,
- int type, int *rid, u_long start, u_long end, u_long count, u_int flags);
+ int type, int *rid, rman_res_t start, rman_res_t end, rman_res_t count,
+ u_int flags);
extern int isa_release_resource(device_t bus, device_t child,
int type, int rid, struct resource *r);