1 /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef _ASM_X86_CMDLINE_H 3 #define _ASM_X86_CMDLINE_H 4 5 #include <asm/setup.h> 6 7 extern char builtin_cmdline[COMMAND_LINE_SIZE] 8 9 int cmdline_find_option_bool(const char *cmdli 10 int cmdline_find_option(const char *cmdline_pt 11 char *buffer, int bufs 12 13 #endif /* _ASM_X86_CMDLINE_H */ 14
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.