]> err.no Git - linux-2.6/blobdiff - include/asm-x86_64/kexec.h
[PATCH] ppc32: fix ppc44x fpu build
[linux-2.6] / include / asm-x86_64 / kexec.h
index dc33646dc7ddb90cd82340a568a1a173f290ba4e..42d2ff15c592d41ab6058d5d543f008f1179a220 100644 (file)
@@ -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 */