diff options
Diffstat (limited to 'include/xen')
-rw-r--r-- | include/xen/hvc-console.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xen/hvc-console.h b/include/xen/hvc-console.h index efc3237ab990..fd5483a059bb 100644 --- a/include/xen/hvc-console.h +++ b/include/xen/hvc-console.h | |||
@@ -3,6 +3,8 @@ | |||
3 | 3 | ||
4 | extern struct console xenboot_console; | 4 | extern struct console xenboot_console; |
5 | 5 | ||
6 | void xen_console_resume(void); | ||
7 | |||
6 | void xen_raw_console_write(const char *str); | 8 | void xen_raw_console_write(const char *str); |
7 | void xen_raw_printk(const char *fmt, ...); | 9 | void xen_raw_printk(const char *fmt, ...); |
8 | 10 | ||