aboutsummaryrefslogtreecommitdiff
path: root/hw/devices.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/devices.h')
-rw-r--r--hw/devices.h3
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);