diff options
Diffstat (limited to 'drivers/net/ethernet/stmicro/stmmac/dwmac_dma.h')
-rw-r--r-- | drivers/net/ethernet/stmicro/stmmac/dwmac_dma.h | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac_dma.h b/drivers/net/ethernet/stmicro/stmmac/dwmac_dma.h index 8e5662ce488b..def266da55db 100644 --- a/drivers/net/ethernet/stmicro/stmmac/dwmac_dma.h +++ b/drivers/net/ethernet/stmicro/stmmac/dwmac_dma.h | |||
@@ -104,14 +104,13 @@ | |||
104 | #define DMA_STATUS_TI 0x00000001 /* Transmit Interrupt */ | 104 | #define DMA_STATUS_TI 0x00000001 /* Transmit Interrupt */ |
105 | #define DMA_CONTROL_FTF 0x00100000 /* Flush transmit FIFO */ | 105 | #define DMA_CONTROL_FTF 0x00100000 /* Flush transmit FIFO */ |
106 | 106 | ||
107 | extern void dwmac_enable_dma_transmission(void __iomem *ioaddr); | 107 | void dwmac_enable_dma_transmission(void __iomem *ioaddr); |
108 | extern void dwmac_enable_dma_irq(void __iomem *ioaddr); | 108 | void dwmac_enable_dma_irq(void __iomem *ioaddr); |
109 | extern void dwmac_disable_dma_irq(void __iomem *ioaddr); | 109 | void dwmac_disable_dma_irq(void __iomem *ioaddr); |
110 | extern void dwmac_dma_start_tx(void __iomem *ioaddr); | 110 | void dwmac_dma_start_tx(void __iomem *ioaddr); |
111 | extern void dwmac_dma_stop_tx(void __iomem *ioaddr); | 111 | void dwmac_dma_stop_tx(void __iomem *ioaddr); |
112 | extern void dwmac_dma_start_rx(void __iomem *ioaddr); | 112 | void dwmac_dma_start_rx(void __iomem *ioaddr); |
113 | extern void dwmac_dma_stop_rx(void __iomem *ioaddr); | 113 | void dwmac_dma_stop_rx(void __iomem *ioaddr); |
114 | extern int dwmac_dma_interrupt(void __iomem *ioaddr, | 114 | int dwmac_dma_interrupt(void __iomem *ioaddr, struct stmmac_extra_stats *x); |
115 | struct stmmac_extra_stats *x); | ||
116 | 115 | ||
117 | #endif /* __DWMAC_DMA_H__ */ | 116 | #endif /* __DWMAC_DMA_H__ */ |