Remove duplicate definitions
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4229 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
2520c665c8
commit
216fdffaa4
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user