aboutsummaryrefslogtreecommitdiff
path: root/hw/xen_backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xen_backend.h')
-rw-r--r--hw/xen_backend.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/xen_backend.h b/hw/xen_backend.h
index 4744713ff2..e9a4e2dd2d 100644
--- a/hw/xen_backend.h
+++ b/hw/xen_backend.h
@@ -85,5 +85,9 @@ void xen_be_printf(struct XenDevice *xendev, int msg_level, const char *fmt, ...
/* actual backend drivers */
extern struct XenDevOps xen_console_ops; /* xen_console.c */
+extern struct XenDevOps xen_kbdmouse_ops; /* xen_framebuffer.c */
+extern struct XenDevOps xen_framebuffer_ops; /* xen_framebuffer.c */
+
+void xen_init_display(int domid);
#endif /* QEMU_HW_XEN_BACKEND_H */