From: Blue Swirl <blauwirbel@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [4229] Remove duplicate definitions
Date: Mon, 21 Apr 2008 16:55:58 +0000 [thread overview]
Message-ID: <E1JnzJ8-0007NK-In@cvs.savannah.gnu.org> (raw)
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,
reply other threads:[~2008-04-21 16:58 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1JnzJ8-0007NK-In@cvs.savannah.gnu.org \
--to=blauwirbel@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.