pci-frv.h 536 B

123456789101112131415161718192021222324252627282930313233
  1. /*
  2. * Low-Level PCI Access for FRV machines.
  3. *
  4. * (c) 1999 Martin Mares <mj@ucw.cz>
  5. */
  6. #include <asm/sections.h>
  7. #undef DEBUG
  8. #ifdef DEBUG
  9. #define DBG(x...) printk(x)
  10. #else
  11. #define DBG(x...)
  12. #endif
  13. extern unsigned int __nongpreldata pci_probe;
  14. /* pci-frv.c */
  15. void pcibios_resource_survey(void);
  16. /* pci-vdk.c */
  17. extern struct pci_ops *__nongpreldata pci_root_ops;
  18. /* pci-irq.c */
  19. extern unsigned int pcibios_irq_mask;
  20. void pcibios_irq_init(void);
  21. void pcibios_fixup_irqs(void);
  22. void pcibios_enable_irq(struct pci_dev *dev);