cregit-Linux how code gets into the kernel

Release 4.12 include/linux/vt.h

Directory: include/linux
#ifndef _LINUX_VT_H

#define _LINUX_VT_H

#include <uapi/linux/vt.h>


/* Virtual Terminal events. */

#define VT_ALLOCATE		0x0001 
/* Console got allocated */

#define VT_DEALLOCATE		0x0002 
/* Console will be deallocated */

#define VT_WRITE		0x0003 
/* A char got output */

#define VT_UPDATE		0x0004 
/* A bigger update occurred */

#define VT_PREWRITE		0x0005 
/* A char is about to be written to the console */

#ifdef CONFIG_VT_CONSOLE

extern int vt_kmsg_redirect(int new);

#else


static inline int vt_kmsg_redirect(int new) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Bernhard Walle13100.00%1100.00%
Total13100.00%1100.00%

#endif #endif /* _LINUX_VT_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Bernhard Walle3045.45%240.00%
Américo Wang2639.39%120.00%
Linus Torvalds (pre-git)710.61%120.00%
David Howells34.55%120.00%
Total66100.00%5100.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.