Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1 | /* Changed from asm-m68k version, Lineo Inc. May 2001 */ |
| 2 | |
| 3 | #ifndef _ASM_BFIN_PCI_H |
| 4 | #define _ASM_BFIN_PCI_H |
| 5 | |
| 6 | #include <asm/scatterlist.h> |
Barry Song | ad774b7 | 2009-11-25 03:02:58 +0000 | [diff] [blame] | 7 | #include <asm-generic/pci-dma-compat.h> |
| 8 | #include <asm-generic/pci.h> |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 9 | |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 10 | #define PCIBIOS_MIN_IO 0x00001000 |
| 11 | #define PCIBIOS_MIN_MEM 0x10000000 |
| 12 | |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 13 | static inline void pcibios_penalize_isa_irq(int irq) |
| 14 | { |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 15 | /* We don't do dynamic PCI IRQ allocation */ |
| 16 | } |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 17 | |
| 18 | #endif /* _ASM_BFIN_PCI_H */ |