aboutsummaryrefslogtreecommitdiffstats
path: root/include/xen/hvc-console.h
blob: efc3237ab990b7cc67ad72868c3222a6bd272a3f (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef XEN_HVC_CONSOLE_H
#define XEN_HVC_CONSOLE_H

extern struct console xenboot_console;

void xen_raw_console_write(const char *str);
void xen_raw_printk(const char *fmt, ...);

#endif	/* XEN_HVC_CONSOLE_H */