diff options
author | Paul Brook <paul@codesourcery.com> | 2009-05-14 22:35:07 +0100 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2009-05-14 22:35:07 +0100 |
commit | 9d07d7579bcaf01e05c511c63d091ed2ac310091 (patch) | |
tree | 20ed00454b9ddabf62cc673b14d1234cbc078287 /hw/sun4m.h | |
parent | 9be5dafe488088bcff8f8365bc7dd35d3dac5186 (diff) |
PCI network qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'hw/sun4m.h')
-rw-r--r-- | hw/sun4m.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/sun4m.h b/hw/sun4m.h index 726cd18646..c5605f48d9 100644 --- a/hw/sun4m.h +++ b/hw/sun4m.h @@ -62,10 +62,6 @@ void cs_init(target_phys_addr_t base, int irq, void *intctl); /* sparc32_dma.c */ #include "sparc32_dma.h" -/* pcnet.c */ -void lance_init(NICInfo *nd, target_phys_addr_t leaddr, void *dma_opaque, - qemu_irq irq, qemu_irq *reset); - /* eccmemctl.c */ void *ecc_init(target_phys_addr_t base, qemu_irq irq, uint32_t version); |