xen-console: add save/restore
[firefly-linux-kernel-4.4.55.git] / include / xen / hvc-console.h
index 21c0ecfd786d7a399994838252c99f7fdc6b99c3..fd5483a059bb44ec8ab375871acdc9aef1de87be 100644 (file)
@@ -3,4 +3,9 @@
 
 extern struct console xenboot_console;
 
+void xen_console_resume(void);
+
+void xen_raw_console_write(const char *str);
+void xen_raw_printk(const char *fmt, ...);
+
 #endif /* XEN_HVC_CONSOLE_H */