404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.14.133.188: ~ $
/* SPDX-License-Identifier: GPL-2.0 */
#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 */

Filemanager

Name Type Size Permission Actions
arm Folder 0755
interface Folder 0755
acpi.h File 3.41 KB 0644
balloon.h File 1.15 KB 0644
events.h File 5.14 KB 0644
features.h File 502 B 0644
grant_table.h File 9.99 KB 0644
hvc-console.h File 518 B 0644
hvm.h File 1.29 KB 0644
page.h File 1.34 KB 0644
platform_pci.h File 2.04 KB 0644
swiotlb-xen.h File 271 B 0644
tmem.h File 349 B 0644
xen-ops.h File 5.96 KB 0644
xen.h File 972 B 0644
xenbus.h File 8.54 KB 0644
xenbus_dev.h File 1.8 KB 0644