summaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64/kexec.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86_64/kexec.h')
-rw-r--r--include/asm-x86_64/kexec.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-x86_64/kexec.h b/include/asm-x86_64/kexec.h
index dc33646..42d2ff1 100644
--- a/include/asm-x86_64/kexec.h
+++ b/include/asm-x86_64/kexec.h
@@ -25,4 +25,9 @@
/* The native architecture */
#define KEXEC_ARCH KEXEC_ARCH_X86_64
+#define MAX_NOTE_BYTES 1024
+typedef u32 note_buf_t[MAX_NOTE_BYTES/4];
+
+extern note_buf_t crash_notes[];
+
#endif /* _X86_64_KEXEC_H */
OpenPOWER on IntegriCloud