summaryrefslogtreecommitdiff
path: root/kexec/crashdump.h
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2015-12-01 15:21:02 +0900
committerSimon Horman <horms@verge.net.au>2015-12-01 15:21:02 +0900
commiteff306e8914cfed05f4c29ea502cb46b1408f0ce (patch)
treecfa7334214b054bf09f5ccb9c84df47a60b890e6 /kexec/crashdump.h
parent8a1aa35a1077b42bc2a2afb05d24b637e1edf2a1 (diff)
Revert "crashdump/x86: Add option to get crash kernel region size"
This reverts commit 8a1aa35a1077b42bc2a2afb05d24b637e1edf2a1.
Diffstat (limited to 'kexec/crashdump.h')
-rw-r--r--kexec/crashdump.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kexec/crashdump.h b/kexec/crashdump.h
index 320767b..95f1f0c 100644
--- a/kexec/crashdump.h
+++ b/kexec/crashdump.h
@@ -1,6 +1,7 @@
#ifndef CRASHDUMP_H
#define CRASHDUMP_H
+int get_crashkernel_region(uint64_t *start, uint64_t *end);
extern int get_crash_notes_per_cpu(int cpu, uint64_t *addr, uint64_t *len);
extern int get_kernel_vmcoreinfo(uint64_t *addr, uint64_t *len);
extern int get_xen_vmcoreinfo(uint64_t *addr, uint64_t *len);