diff options
author | Peter Crosthwaite <peter.crosthwaite@xilinx.com> | 2013-02-12 11:17:11 +1000 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2013-02-13 13:01:24 +0100 |
commit | 7ce4106c2125eca8f7f61f460456a49074c13e56 (patch) | |
tree | 2b73bd4f99be73d8dbb697eaf6dded0ce2fbd63b /hw/xilinx.h | |
parent | dada5c7e92434df7c0ec152fe9a8f0e3de67b632 (diff) |
xilinx.h: s/xilinx_axiethernetdma()/xilinx_axidma()
This function has nothing to do with ethernet. Its reusable for all DMA clients.
Dropped the "ethernet" in the name accordingly.
Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to 'hw/xilinx.h')
-rw-r--r-- | hw/xilinx.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/hw/xilinx.h b/hw/xilinx.h index d255ca7fbb..09bc2e4913 100644 --- a/hw/xilinx.h +++ b/hw/xilinx.h @@ -71,9 +71,8 @@ xilinx_axiethernet_init(DeviceState *dev, NICInfo *nd, StreamSlave *peer, } static inline void -xilinx_axiethernetdma_init(DeviceState *dev, StreamSlave *peer, - hwaddr base, qemu_irq irq, - qemu_irq irq2, int freqhz) +xilinx_axidma_init(DeviceState *dev, StreamSlave *peer, hwaddr base, + qemu_irq irq, qemu_irq irq2, int freqhz) { Error *errp = NULL; |