summaryrefslogtreecommitdiff
path: root/freebsd/sys/x86/include/machine/pci_cfgreg.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/x86/include/machine/pci_cfgreg.h')
-rw-r--r--freebsd/sys/x86/include/machine/pci_cfgreg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/x86/include/machine/pci_cfgreg.h b/freebsd/sys/x86/include/machine/pci_cfgreg.h
index ea5e3198..733b91c4 100644
--- a/freebsd/sys/x86/include/machine/pci_cfgreg.h
+++ b/freebsd/sys/x86/include/machine/pci_cfgreg.h
@@ -46,7 +46,7 @@
#define CONF2_ENABLE_CHK 0x0e
#define CONF2_ENABLE_RES 0x0e
-u_long hostb_alloc_start(int type, u_long start, u_long end, u_long count);
+rman_res_t hostb_alloc_start(int type, rman_res_t start, rman_res_t end, rman_res_t count);
int pcie_cfgregopen(uint64_t base, uint8_t minbus, uint8_t maxbus);
int pci_cfgregopen(void);
u_int32_t pci_cfgregread(int bus, int slot, int func, int reg, int bytes);