diff options
Diffstat (limited to 'sys/dev/ppc/ppcvar.h')
-rw-r--r-- | sys/dev/ppc/ppcvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ppc/ppcvar.h b/sys/dev/ppc/ppcvar.h index faff75a..792111e 100644 --- a/sys/dev/ppc/ppcvar.h +++ b/sys/dev/ppc/ppcvar.h @@ -41,7 +41,7 @@ u_char ppc_io(device_t, int, u_char *, int, u_char); int ppc_exec_microseq(device_t, struct ppb_microseq **); struct resource *ppc_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 *rid, rman_res_t start, rman_res_t end, rman_res_t count, u_int flags); int ppc_release_resource(device_t bus, device_t child, int type, int rid, struct resource *r); int ppc_reset_epp(device_t); |