commit | 2a424990170b7e9d0abfea94e5a441c580c33d29 | [log] [tgz] |
---|---|---|
author | Paul Brook <paul@codesourcery.com> | Mon Nov 16 17:06:43 2009 +0000 |
committer | Paul Brook <paul@codesourcery.com> | Mon Nov 16 17:06:43 2009 +0000 |
tree | 20ceaa09a878c7b762a173fa02251f9ce30e8087 | |
parent | e90e795e8cea6e62c261e0b02f0a161001a73a72 [diff] [blame] |
LAN9118 emulation Add SMSC LAN9118 ethernet emulation. Signed-off-by: Paul Brook <paul@codesourcery.com>
diff --git a/hw/devices.h b/hw/devices.h index 156bde2..0ac561d 100644 --- a/hw/devices.h +++ b/hw/devices.h
@@ -6,6 +6,9 @@ /* smc91c111.c */ void smc91c111_init(NICInfo *, uint32_t, qemu_irq); +/* lan9118.c */ +void lan9118_init(NICInfo *, uint32_t, qemu_irq); + /* tsc210x.c */ uWireSlave *tsc2102_init(qemu_irq pint); uWireSlave *tsc2301_init(qemu_irq penirq, qemu_irq kbirq, qemu_irq dav);