summaryrefslogtreecommitdiffstats
path: root/kexec/arch/sh/crashdump-sh.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexec/arch/sh/crashdump-sh.h')
-rw-r--r--kexec/arch/sh/crashdump-sh.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/kexec/arch/sh/crashdump-sh.h b/kexec/arch/sh/crashdump-sh.h
new file mode 100644
index 0000000..c5d4102
--- /dev/null
+++ b/kexec/arch/sh/crashdump-sh.h
@@ -0,0 +1,9 @@
+#ifndef CRASHDUMP_SH_H
+#define CRASHDUMP_SH_H
+
+struct kexec_info;
+int load_crashdump_segments(struct kexec_info *info, char* mod_cmdline);
+
+#define PAGE_OFFSET 0x80000000
+
+#endif /* CRASHDUMP_SH_H */