aboutsummaryrefslogtreecommitdiffstats
path: root/hw
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
commit216fdffaa491a8ca65784641b0b86449deee51af (patch)
tree164394dc0a8a64070fade23ae7689a6360228286 /hw
parent2520c665c8df68550dac083bb81bb0a1c414432d (diff)
Remove duplicate definitions
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4229 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw')
-rw-r--r--hw/sun4m.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/hw/sun4m.h b/hw/sun4m.h
index 212e30d0f..5048cd0e6 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,