diff options
Diffstat (limited to 'sys/isa/isa_common.h')
-rw-r--r-- | sys/isa/isa_common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/isa/isa_common.h b/sys/isa/isa_common.h index a6702f4..977e222 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); |