summaryrefslogtreecommitdiff
path: root/hw/sun4m.h
diff options
context:
space:
mode:
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2008-04-21 16:55:57 +0000
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2008-04-21 16:55:57 +0000
commit2eee5360b2fc932549ddcef7030146a4726d2531 (patch)
tree164394dc0a8a64070fade23ae7689a6360228286 /hw/sun4m.h
parent09456955da5afc162958395f56a7614a1ac96e46 (diff)
downloadqemu-2eee5360b2fc932549ddcef7030146a4726d2531.tar.gz
qemu-2eee5360b2fc932549ddcef7030146a4726d2531.tar.bz2
qemu-2eee5360b2fc932549ddcef7030146a4726d2531.zip
Remove duplicate definitions
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4229 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/sun4m.h')
-rw-r--r--hw/sun4m.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/hw/sun4m.h b/hw/sun4m.h
index 212e30d0f8..5048cd0e69 100644
--- a/hw/sun4m.h
+++ b/hw/sun4m.h
@@ -63,14 +63,7 @@ void slavio_set_power_fail(void *opaque, int power_failing);
void cs_init(target_phys_addr_t base, int irq, void *intctl);
/* sparc32_dma.c */
-void *sparc32_dma_init(target_phys_addr_t daddr, qemu_irq parent_irq,
- void *iommu, qemu_irq **dev_irq, qemu_irq **reset);
-void ledma_memory_read(void *opaque, target_phys_addr_t addr,
- uint8_t *buf, int len, int do_bswap);
-void ledma_memory_write(void *opaque, target_phys_addr_t addr,
- uint8_t *buf, int len, int do_bswap);
-void espdma_memory_read(void *opaque, uint8_t *buf, int len);
-void espdma_memory_write(void *opaque, uint8_t *buf, int len);
+#include "sparc32_dma.h"
/* pcnet.c */
void lance_init(NICInfo *nd, target_phys_addr_t leaddr, void *dma_opaque,