cregit-Linux how code gets into the kernel

Release 4.15 include/xen/hvc-console.h

Directory: include/xen
/* 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) { }

Contributors

PersonTokensPropCommitsCommitProp
Ingo Molnar8100.00%1100.00%
Total8100.00%1100.00%


static inline void xen_raw_console_write(const char *str) { }

Contributors

PersonTokensPropCommitsCommitProp
Jeremy Fitzhardinge872.73%266.67%
Ingo Molnar327.27%133.33%
Total11100.00%3100.00%

static inline __printf(1, 2) void xen_raw_printk(const char *fmt, ...) { } #endif #endif /* XEN_HVC_CONSOLE_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Ingo Molnar4146.07%225.00%
Jeremy Fitzhardinge3033.71%337.50%
Joe Perches1719.10%225.00%
Greg Kroah-Hartman11.12%112.50%
Total89100.00%8100.00%
Directory: include/xen
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.