diff options
Diffstat (limited to 'util_lib/include/elf_info.h')
-rw-r--r-- | util_lib/include/elf_info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util_lib/include/elf_info.h b/util_lib/include/elf_info.h index f550d86..fdf4c3d 100644 --- a/util_lib/include/elf_info.h +++ b/util_lib/include/elf_info.h @@ -31,5 +31,6 @@ int get_pt_load(int idx, int read_phys_offset_elf_kcore(int fd, long *phys_off); int read_elf(int fd); void dump_dmesg(int fd, void (*handler)(char*, unsigned int)); +extern void (*arch_scan_vmcoreinfo)(char *pos); #endif /* ELF_INFO_H */ |