aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/symbol/kallsyms.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lib/symbol/kallsyms.h')
-rw-r--r--tools/lib/symbol/kallsyms.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/lib/symbol/kallsyms.h b/tools/lib/symbol/kallsyms.h
index 72ab9870454b..bd988f7b18d4 100644
--- a/tools/lib/symbol/kallsyms.h
+++ b/tools/lib/symbol/kallsyms.h
@@ -18,6 +18,8 @@ static inline u8 kallsyms2elf_binding(char type)
return isupper(type) ? STB_GLOBAL : STB_LOCAL;
}
+int hex2u64(const char *ptr, u64 *long_val);
+
u8 kallsyms2elf_type(char type);
bool kallsyms__is_function(char symbol_type);