#ifndef _CONSOLE_CMDLINE_H#define _CONSOLE_CMDLINE_Hstructconsole_cmdline{charname[8];/* 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