#ifndef PCI_BCM63XX_H_1#define PCI_BCM63XX_H_23#include <bcm63xx_cpu.h>4#include <bcm63xx_io.h>5#include <bcm63xx_regs.h>6#include <bcm63xx_dev_pci.h>78/*9* Cardbus shares the PCI bus, but has no IDSEL, so a special id is10* reserved for it. If you have a standard PCI device at this id, you11* need to change the following definition.12*/13#define CARDBUS_PCI_IDSEL 0x81415/*16* defined in ops-bcm63xx.c17*/18extern struct pci_ops bcm63xx_pci_ops;19extern struct pci_ops bcm63xx_cb_ops;2021/*22* defined in pci-bcm63xx.c23*/24extern void __iomem *pci_iospace_start;2526#endif /* ! PCI_BCM63XX_H_ */272829