cregit-Linux how code gets into the kernel

Release 4.7 include/xen/hvc-console.h

Directory: include/xen
#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 molnaringo molnar8100.00%1100.00%
Total8100.00%1100.00%


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

Contributors

PersonTokensPropCommitsCommitProp
jeremy fitzhardingejeremy fitzhardinge872.73%266.67%
ingo molnaringo 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 molnaringo molnar4146.59%228.57%
jeremy fitzhardingejeremy fitzhardinge3034.09%342.86%
joe perchesjoe perches1719.32%228.57%
Total88100.00%7100.00%
Directory: include/xen
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}