diff options
Diffstat (limited to 'include/asm-sparc')
| -rw-r--r-- | include/asm-sparc/pci.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/asm-sparc/pci.h b/include/asm-sparc/pci.h index d200a25a7373..44bb38758c96 100644 --- a/include/asm-sparc/pci.h +++ b/include/asm-sparc/pci.h | |||
| @@ -144,6 +144,16 @@ extern inline int pci_dma_supported(struct pci_dev *hwdev, u64 mask) | |||
| 144 | 144 | ||
| 145 | #define pci_dac_dma_supported(dev, mask) (0) | 145 | #define pci_dac_dma_supported(dev, mask) (0) |
| 146 | 146 | ||
| 147 | #ifdef CONFIG_PCI | ||
| 148 | static inline void pci_dma_burst_advice(struct pci_dev *pdev, | ||
| 149 | enum pci_dma_burst_strategy *strat, | ||
| 150 | unsigned long *strategy_parameter) | ||
| 151 | { | ||
| 152 | *strat = PCI_DMA_BURST_INFINITY; | ||
| 153 | *strategy_parameter = ~0UL; | ||
| 154 | } | ||
| 155 | #endif | ||
| 156 | |||
| 147 | static inline void pcibios_add_platform_entries(struct pci_dev *dev) | 157 | static inline void pcibios_add_platform_entries(struct pci_dev *dev) |
| 148 | { | 158 | { |
| 149 | } | 159 | } |
