diff options
Diffstat (limited to 'include/asm-ppc/kexec.h')
-rw-r--r-- | include/asm-ppc/kexec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-ppc/kexec.h b/include/asm-ppc/kexec.h index 7319131..6d2aa0a 100644 --- a/include/asm-ppc/kexec.h +++ b/include/asm-ppc/kexec.h @@ -27,6 +27,8 @@ #ifndef __ASSEMBLY__ +extern void *crash_notes; + struct kimage; extern void machine_kexec_simple(struct kimage *image); |