aboutsummaryrefslogtreecommitdiff
path: root/vl.h
diff options
context:
space:
mode:
Diffstat (limited to 'vl.h')
-rw-r--r--vl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/vl.h b/vl.h
index 00d4c9447b..5e56ee4225 100644
--- a/vl.h
+++ b/vl.h
@@ -973,6 +973,11 @@ void ps2_queue(void *, int b);
/* smc91c111.c */
void smc91c111_init(NICInfo *, uint32_t, void *, int);
+/* pl110.c */
+void *pl110_init(DisplayState *ds, uint32_t base, void *pic, int irq);
+void pl110_update_display(void *opaque);
+void pl110_invalidate_display(void *opaque);
+
#endif /* defined(QEMU_TOOL) */
/* monitor.c */