/* SPDX-License-Identifier: GPL-2.0 */#ifndef _CONSOLE_CMDLINE_H#define _CONSOLE_CMDLINE_Hstructconsole_cmdline{charname[16];/* Name of the driver */intindex;/* Minor dev. to use */char*options;/* Options for the driver */#ifdef CONFIG_A11Y_BRAILLE_CONSOLEchar*brl_options;/* Options for braille driver */#endif};#endif