diff options
Diffstat (limited to 'include/linux/kexec.h')
-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 c8468472aec0..c1cd9b31159e 100644 --- a/include/linux/kexec.h +++ b/include/linux/kexec.h | |||
@@ -125,6 +125,8 @@ extern struct kimage *kexec_image; | |||
125 | /* Location of a reserved region to hold the crash kernel. | 125 | /* Location of a reserved region to hold the crash kernel. |
126 | */ | 126 | */ |
127 | extern struct resource crashk_res; | 127 | extern struct resource crashk_res; |
128 | typedef u32 note_buf_t[MAX_NOTE_BYTES/4]; | ||
129 | extern note_buf_t *crash_notes; | ||
128 | 130 | ||
129 | #else /* !CONFIG_KEXEC */ | 131 | #else /* !CONFIG_KEXEC */ |
130 | struct pt_regs; | 132 | struct pt_regs; |