]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - include/xen/hvc-console.h
Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-build
[linux-2.6-omap-h63xx.git] / include / xen / hvc-console.h
1 #ifndef XEN_HVC_CONSOLE_H
2 #define XEN_HVC_CONSOLE_H
3
4 extern struct console xenboot_console;
5
6 #ifdef CONFIG_HVC_XEN
7 void xen_console_resume(void);
8 #else
9 static inline void xen_console_resume(void) { }
10 #endif
11
12 void xen_raw_console_write(const char *str);
13 void xen_raw_printk(const char *fmt, ...);
14
15 #endif  /* XEN_HVC_CONSOLE_H */