diff options
author | Paul Brook <paul@codesourcery.com> | 2009-11-16 17:06:43 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2009-11-16 17:06:43 +0000 |
commit | 2a424990170b7e9d0abfea94e5a441c580c33d29 (patch) | |
tree | 20ceaa09a878c7b762a173fa02251f9ce30e8087 /hw/devices.h | |
parent | e90e795e8cea6e62c261e0b02f0a161001a73a72 (diff) |
LAN9118 emulation
Add SMSC LAN9118 ethernet emulation.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'hw/devices.h')
-rw-r--r-- | hw/devices.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/devices.h b/hw/devices.h index 156bde2a28..0ac561d91b 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); |