GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / blackfin / include / asm / pci.h
blob99cae2e3bac702259b9dc4c469b2eeb85890f2b3
1 /* Changed from asm-m68k version, Lineo Inc. May 2001 */
3 #ifndef _ASM_BFIN_PCI_H
4 #define _ASM_BFIN_PCI_H
6 #include <asm/scatterlist.h>
7 #include <asm-generic/pci-dma-compat.h>
8 #include <asm-generic/pci.h>
10 #define PCIBIOS_MIN_IO 0x00001000
11 #define PCIBIOS_MIN_MEM 0x10000000
13 static inline void pcibios_set_master(struct pci_dev *dev)
15 /* No special bus mastering setup handling */
17 static inline void pcibios_penalize_isa_irq(int irq)
19 /* We don't do dynamic PCI IRQ allocation */
22 #endif /* _ASM_BFIN_PCI_H */