* [Qemu-devel] [4229] Remove duplicate definitions
@ 2008-04-21 16:55 Blue Swirl
0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2008-04-21 16:55 UTC (permalink / raw)
To: qemu-devel
Revision: 4229
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4229
Author: blueswir1
Date: 2008-04-21 16:55:57 +0000 (Mon, 21 Apr 2008)
Log Message:
-----------
Remove duplicate definitions
Modified Paths:
--------------
trunk/hw/sun4m.h
Modified: trunk/hw/sun4m.h
===================================================================
--- trunk/hw/sun4m.h 2008-04-20 21:10:41 UTC (rev 4228)
+++ trunk/hw/sun4m.h 2008-04-21 16:55:57 UTC (rev 4229)
@@ -63,14 +63,7 @@
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,
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-04-21 16:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-21 16:55 [Qemu-devel] [4229] Remove duplicate definitions Blue Swirl
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.