blob: 99cae2e3bac702259b9dc4c469b2eeb85890f2b3 [file] [log] [blame]
Bryan Wu1394f032007-05-06 14:50:22 -07001/* 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 Songad774b72009-11-25 03:02:58 +00007#include <asm-generic/pci-dma-compat.h>
8#include <asm-generic/pci.h>
Bryan Wu1394f032007-05-06 14:50:22 -07009
Bryan Wu1394f032007-05-06 14:50:22 -070010#define PCIBIOS_MIN_IO 0x00001000
11#define PCIBIOS_MIN_MEM 0x10000000
12
Bryan Wu1394f032007-05-06 14:50:22 -070013static inline void pcibios_set_master(struct pci_dev *dev)
14{
Bryan Wu1394f032007-05-06 14:50:22 -070015 /* No special bus mastering setup handling */
16}
17static inline void pcibios_penalize_isa_irq(int irq)
18{
Bryan Wu1394f032007-05-06 14:50:22 -070019 /* We don't do dynamic PCI IRQ allocation */
20}
Bryan Wu1394f032007-05-06 14:50:22 -070021
22#endif /* _ASM_BFIN_PCI_H */