pci.h 413 B

12345678910111213141516171819
  1. /* Changed from asm-m68k version, Lineo Inc. May 2001 */
  2. #ifndef _ASM_BFIN_PCI_H
  3. #define _ASM_BFIN_PCI_H
  4. #include <asm/scatterlist.h>
  5. #include <asm-generic/pci-dma-compat.h>
  6. #include <asm-generic/pci.h>
  7. #define PCIBIOS_MIN_IO 0x00001000
  8. #define PCIBIOS_MIN_MEM 0x10000000
  9. static inline void pcibios_penalize_isa_irq(int irq)
  10. {
  11. /* We don't do dynamic PCI IRQ allocation */
  12. }
  13. #endif /* _ASM_BFIN_PCI_H */