aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/cmdline.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/cmdline.h')
-rw-r--r--arch/x86/include/asm/cmdline.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/include/asm/cmdline.h b/arch/x86/include/asm/cmdline.h
new file mode 100644
index 000000000000..e01f7f7ccb0c
--- /dev/null
+++ b/arch/x86/include/asm/cmdline.h
@@ -0,0 +1,6 @@
1#ifndef _ASM_X86_CMDLINE_H
2#define _ASM_X86_CMDLINE_H
3
4int cmdline_find_option_bool(const char *cmdline_ptr, const char *option);
5
6#endif /* _ASM_X86_CMDLINE_H */