Current Path : /proc/2568807/root/usr/src/kernels/4.18.0-553.51.1.el8_10.x86_64/arch/x86/include/asm/ |
Current File : //proc/2568807/root/usr/src/kernels/4.18.0-553.51.1.el8_10.x86_64/arch/x86/include/asm/cmdline.h |
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_X86_CMDLINE_H #define _ASM_X86_CMDLINE_H int cmdline_find_option_bool(const char *cmdline_ptr, const char *option); int cmdline_find_option(const char *cmdline_ptr, const char *option, char *buffer, int bufsize); #endif /* _ASM_X86_CMDLINE_H */