summaryrefslogtreecommitdiff
path: root/kexec/crashdump.h
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2010-09-09 17:10:25 +0900
committerSimon Horman <horms@verge.net.au>2010-09-09 17:10:25 +0900
commit9e58e01336a3f387c704b9c3c3b0e213013c20c9 (patch)
tree7da81eaa3108fee02caa65aba262bbf62e5d8846 /kexec/crashdump.h
parent62e9b42c82b6779a2802ff69460db93d406669ec (diff)
parentbec38dd6ae9bde528d8723b9e88024e121424ae4 (diff)
Merge branch 'master' of ../kexec-tools-devel
Diffstat (limited to 'kexec/crashdump.h')
-rw-r--r--kexec/crashdump.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kexec/crashdump.h b/kexec/crashdump.h
index 31f711c..eccdb9f 100644
--- a/kexec/crashdump.h
+++ b/kexec/crashdump.h
@@ -27,6 +27,9 @@ struct crash_elf_info {
unsigned long backup_src_end;
unsigned long long page_offset;
+ unsigned long long kern_vaddr_start;
+ unsigned long long kern_paddr_start;
+ unsigned long kern_size;
unsigned long lowmem_limit;
int (*get_note_info)(int cpu, uint64_t *addr, uint64_t *len);