aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sh/pci.h')
-rw-r--r--include/asm-sh/pci.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asm-sh/pci.h b/include/asm-sh/pci.h
index 9c3b63d0105e..7237bc6a7280 100644
--- a/include/asm-sh/pci.h
+++ b/include/asm-sh/pci.h
@@ -96,6 +96,14 @@ static inline void pcibios_penalize_isa_irq(int irq)
96#define sg_dma_address(sg) (virt_to_bus((sg)->dma_address)) 96#define sg_dma_address(sg) (virt_to_bus((sg)->dma_address))
97#define sg_dma_len(sg) ((sg)->length) 97#define sg_dma_len(sg) ((sg)->length)
98 98
99static inline void pci_dma_burst_advice(struct pci_dev *pdev,
100 enum pci_dma_burst_strategy *strat,
101 unsigned long *strategy_parameter)
102{
103 *strat = PCI_DMA_BURST_INFINITY;
104 *strategy_parameter = ~0UL;
105}
106
99/* Board-specific fixup routines. */ 107/* Board-specific fixup routines. */
100extern void pcibios_fixup(void); 108extern void pcibios_fixup(void);
101extern void pcibios_fixup_irqs(void); 109extern void pcibios_fixup_irqs(void);