summaryrefslogtreecommitdiffstats
path: root/util_lib/include/elf_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'util_lib/include/elf_info.h')
-rw-r--r--util_lib/include/elf_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util_lib/include/elf_info.h b/util_lib/include/elf_info.h
index 4bc9279b..f550d864 100644
--- a/util_lib/include/elf_info.h
+++ b/util_lib/include/elf_info.h
@@ -28,7 +28,7 @@ int get_pt_load(int idx,
unsigned long long *phys_end,
unsigned long long *virt_start,
unsigned long long *virt_end);
-int read_phys_offset_elf_kcore(int fd, unsigned long *phys_off);
+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));