xen: update Kconfig to allow 64-bit Xen
[linux-2.6-block.git] / include / xen / hvc-console.h
CommitLineData
b536b4b9
JF
1#ifndef XEN_HVC_CONSOLE_H
2#define XEN_HVC_CONSOLE_H
3
4extern struct console xenboot_console;
5
0261ac5f 6#ifdef CONFIG_HVC_XEN
6b9b732d 7void xen_console_resume(void);
0261ac5f
IM
8#else
9static inline void xen_console_resume(void) { }
10#endif
6b9b732d 11
0acf10d8
JF
12void xen_raw_console_write(const char *str);
13void xen_raw_printk(const char *fmt, ...);
14
b536b4b9 15#endif /* XEN_HVC_CONSOLE_H */