xen: use the hvc console infrastructure for Xen console
[sfrench/cifs-2.6.git] / include / xen / hvc-console.h
diff --git a/include/xen/hvc-console.h b/include/xen/hvc-console.h
new file mode 100644 (file)
index 0000000..21c0ecf
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef XEN_HVC_CONSOLE_H
+#define XEN_HVC_CONSOLE_H
+
+extern struct console xenboot_console;
+
+#endif /* XEN_HVC_CONSOLE_H */