Merge tag 'v3.3.7' into 3.3/master
[zen-stable.git] / arch / h8300 / include / asm / pci.h
blob0b2acaa3dd84c266000880ee604218fd4547a78b
1 #ifndef _ASM_H8300_PCI_H
2 #define _ASM_H8300_PCI_H
4 /*
5 * asm-h8300/pci.h - H8/300 specific PCI declarations.
7 * Yoshinori Sato <ysato@users.sourceforge.jp>
8 */
10 #define pcibios_assign_all_busses() 0
12 static inline void pcibios_penalize_isa_irq(int irq, int active)
14 /* We don't do dynamic PCI IRQ allocation */
17 #define PCI_DMA_BUS_IS_PHYS (1)
19 #endif /* _ASM_H8300_PCI_H */