summaryrefslogtreecommitdiffstats
path: root/purgatory/arch/ppc64/purgatory-ppc64.h
diff options
context:
space:
mode:
Diffstat (limited to 'purgatory/arch/ppc64/purgatory-ppc64.h')
-rw-r--r--purgatory/arch/ppc64/purgatory-ppc64.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/purgatory/arch/ppc64/purgatory-ppc64.h b/purgatory/arch/ppc64/purgatory-ppc64.h
new file mode 100644
index 0000000..52eaf43
--- /dev/null
+++ b/purgatory/arch/ppc64/purgatory-ppc64.h
@@ -0,0 +1,6 @@
+#ifndef PURGATORY_PPC64_H
+#define PURGATORY_PPC64_H
+
+void crashdump_backup_memory(void);
+
+#endif /* PURGATORY_PPC64_H */