Blackfin: convert to asm-generic pci headers
[deliverable/linux.git] / arch / blackfin / include / asm / pci.h
CommitLineData
1394f032
BW
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>
ad774b7c
BS
7#include <asm-generic/pci-dma-compat.h>
8#include <asm-generic/pci.h>
1394f032 9
1394f032
BW
10#define PCIBIOS_MIN_IO 0x00001000
11#define PCIBIOS_MIN_MEM 0x10000000
12
1394f032
BW
13static inline void pcibios_set_master(struct pci_dev *dev)
14{
1394f032
BW
15 /* No special bus mastering setup handling */
16}
17static inline void pcibios_penalize_isa_irq(int irq)
18{
1394f032
BW
19 /* We don't do dynamic PCI IRQ allocation */
20}
1394f032
BW
21
22#endif /* _ASM_BFIN_PCI_H */
This page took 0.56578 seconds and 5 git commands to generate.