cregit-Linux how code gets into the kernel

Release 4.15 kernel/printk/console_cmdline.h

Directory: kernel/printk
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _CONSOLE_CMDLINE_H

#define _CONSOLE_CMDLINE_H


struct console_cmdline
{
	
char	name[16];			/* Name of the driver       */
	
int	index;				/* Minor dev. to use        */
	
char	*options;			/* Options for the driver   */
#ifdef CONFIG_A11Y_BRAILLE_CONSOLE
	
char	*brl_options;			/* Options for braille driver */
#endif
};

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Joe Perches3895.00%133.33%
Greg Kroah-Hartman12.50%133.33%
Peter Hurley12.50%133.33%
Total40100.00%3100.00%
Directory: kernel/printk
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.