]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - include/xen/hvc-console.h
Merge branch 'genirq' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux...
[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 */