pci_remap_cfgspace
#define pci_remap_cfgspace pci_remap_cfgspace
void __iomem *pci_remap_cfgspace(resource_size_t res_cookie, size_t size);
EXPORT_SYMBOL_GPL(pci_remap_cfgspace);
EXPORT_SYMBOL_GPL(pci_remap_cfgspace);
cfg->win = pci_remap_cfgspace(cfgres->start, bus_range * bsz);
addr = pci_remap_cfgspace(offset, size);
cfg->winp[busn] = pci_remap_cfgspace(start, bsz);
cfg->win = pci_remap_cfgspace(cfgres->start, bus_range * bsz);
#ifndef pci_remap_cfgspace
#define pci_remap_cfgspace pci_remap_cfgspace