aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ppc/kexec.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ppc/kexec.h')
-rw-r--r--include/asm-ppc/kexec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-ppc/kexec.h b/include/asm-ppc/kexec.h
index 73191310d8db..6d2aa0aa4642 100644
--- a/include/asm-ppc/kexec.h
+++ b/include/asm-ppc/kexec.h
@@ -27,6 +27,8 @@
27 27
28#ifndef __ASSEMBLY__ 28#ifndef __ASSEMBLY__
29 29
30extern void *crash_notes;
31
30struct kimage; 32struct kimage;
31 33
32extern void machine_kexec_simple(struct kimage *image); 34extern void machine_kexec_simple(struct kimage *image);