summaryrefslogtreecommitdiff
path: root/include/xen/hvc-console.h
blob: b62dfef15f61ad8d0cdcf53b5d4b8730ec0f9ea5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef XEN_HVC_CONSOLE_H
#define XEN_HVC_CONSOLE_H

extern struct console xenboot_console;

#ifdef CONFIG_HVC_XEN
void xen_console_resume(void);
void xen_raw_console_write(const char *str);
__printf(1, 2)
void xen_raw_printk(const char *fmt, ...);
#else
static inline void xen_console_resume(void) { }
static inline void xen_raw_console_write(const char *str) { }
static inline __printf(1, 2)
void xen_raw_printk(const char *fmt, ...) { }
#endif

#endif	/* XEN_HVC_CONSOLE_H */
com>2017-01-24 09:57:18 -0800 committerDmitry Torokhov <dmitry.torokhov@gmail.com>2017-01-24 09:57:18 -0800 commit62ed8ceda1699acae01b666497f004bfd3d67a6f (patch) treefe38c83c49dfd568b540666948ef78cb9d082c38 /include/net/caif/cfcnfg.h parent1c3415a06b1016a596bfe59e0cfee56c773aa958 (diff)parent7a308bb3016f57e5be11a677d15b821536419d36 (diff)
Merge tag 'v4.10-rc5' into for-linus
Sync up with mainline to apply fixup to a commit that came through power supply tree.
Diffstat (limited to 'include/net/caif/cfcnfg.h')