Release 4.14 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 */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Borislav Petkov | 23 | 51.11% | 1 | 33.33% |
Tom Lendacky | 21 | 46.67% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 2.22% | 1 | 33.33% |
Total | 45 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.