summaryrefslogtreecommitdiff
path: root/kexec/crashdump.h
diff options
context:
space:
mode:
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 86f39c0..1789b53 100644
--- a/kexec/crashdump.h
+++ b/kexec/crashdump.h
@@ -3,6 +3,7 @@
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);
/* Need to find a better way to determine per cpu notes section size. */
#define MAX_NOTE_BYTES 1024