diff options
Diffstat (limited to 'kexec/crashdump.h')
-rw-r--r-- | kexec/crashdump.h | 3 |
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); |