pci_map_irq_fn map_irq, const char *name);
/* PCI slot 6~7 support ACPI PCI hot plug */
-#define PHP_SLOT_START (6)
-#define PHP_SLOT_END (8)
+#define PHP_SLOT_START (2)
+#define PHP_SLOT_END (5)
#define PHP_SLOT_LEN (PHP_SLOT_END - PHP_SLOT_START)
#define PHP_TO_PCI_SLOT(x) (x + PHP_SLOT_START)
#define PCI_TO_PHP_SLOT(x) (x - PHP_SLOT_START)
/* pass-through.c */
int pt_init(PCIBus *e_bus, const char *direct_pci_opt);
+/* pass-through.c */
+int pt_init(PCIBus *e_bus, const char *direct_pci_opt);
+
#endif