aboutsummaryrefslogtreecommitdiff
path: root/vl.h
diff options
context:
space:
mode:
Diffstat (limited to 'vl.h')
-rw-r--r--vl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vl.h b/vl.h
index 42954ebc5a..2ade7e9e99 100644
--- a/vl.h
+++ b/vl.h
@@ -939,6 +939,9 @@ void ps2_write_keyboard(void *, int val);
uint32_t ps2_read_data(void *);
void ps2_queue(void *, int b);
+/* smc91c111.c */
+void smc91c111_init(NICInfo *, uint32_t, void *, int);
+
#endif /* defined(QEMU_TOOL) */
/* monitor.c */