cregit-Linux how code gets into the kernel

Release 4.15 include/linux/fbcon.h

Directory: include/linux
#ifndef _LINUX_FBCON_H

#define _LINUX_FBCON_H

#ifdef CONFIG_FRAMEBUFFER_CONSOLE
void __init fb_console_init(void);
void __exit fb_console_exit(void);
#else

static inline void fb_console_init(void) {}

Contributors

PersonTokensPropCommitsCommitProp
Daniel Vetter787.50%150.00%
Arnd Bergmann112.50%150.00%
Total8100.00%2100.00%


static inline void fb_console_exit(void) {}

Contributors

PersonTokensPropCommitsCommitProp
Daniel Vetter787.50%150.00%
Arnd Bergmann112.50%150.00%
Total8100.00%2100.00%

#endif #endif /* _LINUX_FBCON_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Daniel Vetter4495.65%150.00%
Arnd Bergmann24.35%150.00%
Total46100.00%2100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.