diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/kexec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/kexec.h b/include/linux/kexec.h index ad4b82ce84af..2d9c448d8c52 100644 --- a/include/linux/kexec.h +++ b/include/linux/kexec.h | |||
@@ -187,6 +187,8 @@ extern u32 vmcoreinfo_note[VMCOREINFO_NOTE_SIZE/4]; | |||
187 | extern size_t vmcoreinfo_size; | 187 | extern size_t vmcoreinfo_size; |
188 | extern size_t vmcoreinfo_max_size; | 188 | extern size_t vmcoreinfo_max_size; |
189 | 189 | ||
190 | int __init parse_crashkernel(char *cmdline, unsigned long long system_ram, | ||
191 | unsigned long long *crash_size, unsigned long long *crash_base); | ||
190 | 192 | ||
191 | #else /* !CONFIG_KEXEC */ | 193 | #else /* !CONFIG_KEXEC */ |
192 | struct pt_regs; | 194 | struct pt_regs; |