aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-i386/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-i386/pci.h')
-rw-r--r--include/asm-i386/pci.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asm-i386/pci.h b/include/asm-i386/pci.h
index fb749b85a739..bf07b3af85e3 100644
--- a/include/asm-i386/pci.h
+++ b/include/asm-i386/pci.h
@@ -99,6 +99,14 @@ static inline void pcibios_add_platform_entries(struct pci_dev *dev)
99{ 99{
100} 100}
101 101
102static inline void pci_dma_burst_advice(struct pci_dev *pdev,
103 enum pci_dma_burst_strategy *strat,
104 unsigned long *strategy_parameter)
105{
106 *strat = PCI_DMA_BURST_INFINITY;
107 *strategy_parameter = ~0UL;
108}
109
102#endif /* __KERNEL__ */ 110#endif /* __KERNEL__ */
103 111
104/* implement the pci_ DMA API in terms of the generic device dma_ one */ 112/* implement the pci_ DMA API in terms of the generic device dma_ one */