/usr/src/linux-headers-5.15.0-181/include/xen
NameSizeModeActions
arm/-0755rm
interface/-0755rm
acpi.h25770644editdlrm
balloon.h10480644editdlrm
events.h48350644editdlrm
features.h5020644editdlrm
grant_table.h116070644editdlrm
hvc-console.h5180644editdlrm
hvm.h13600644editdlrm
mem-reservation.h15230644editdlrm
page.h13160644editdlrm
platform_pci.h20940644editdlrm
swiotlb-xen.h5530644editdlrm
xen-front-pgdir-shbuf.h23700644editdlrm
xen-ops.h67470644editdlrm
xen.h19260644editdlrm
xenbus.h88260644editdlrm
xenbus_dev.h18460644editdlrm
Edit: /usr/src/linux-headers-5.15.0-181/include/xen/hvc-console.h (518B)
/* 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 */