Release 4.15 kernel/printk/console_cmdline.h
/* 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
Person | Tokens | Prop | Commits | CommitProp |
Joe Perches | 38 | 95.00% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 2.50% | 1 | 33.33% |
Peter Hurley | 1 | 2.50% | 1 | 33.33% |
Total | 40 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.