[FREELDR] Add PCI BIOS emulation and PCI bus enumeration for Xbox (#1830)
[reactos.git] / boot / freeldr / freeldr / arch / i386 / hwpci.c
index 8e6062d..c5aa14a 100644 (file)
@@ -24,6 +24,8 @@
 
 DBG_DEFAULT_CHANNEL(HWDETECT);
 
+FIND_PCI_BIOS FindPciBios = NULL;
+
 static
 PPCI_IRQ_ROUTING_TABLE
 GetPciIrqRoutingTable(VOID)
@@ -75,8 +77,8 @@ GetPciIrqRoutingTable(VOID)
 }
 
 
-static BOOLEAN
-FindPciBios(PPCI_REGISTRY_INFO BusData)
+BOOLEAN
+PcFindPciBios(PPCI_REGISTRY_INFO BusData)
 {
     REGS  RegsIn;
     REGS  RegsOut;