Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _ASM_X86_CMDLINE_H
0003 #define _ASM_X86_CMDLINE_H
0004 
0005 int cmdline_find_option_bool(const char *cmdline_ptr, const char *option);
0006 int cmdline_find_option(const char *cmdline_ptr, const char *option,
0007             char *buffer, int bufsize);
0008 
0009 #endif /* _ASM_X86_CMDLINE_H */