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 bc40101d72c1..72ab9870454b 100644
--- a/tools/lib/symbol/kallsyms.h
+++ b/tools/lib/symbol/kallsyms.h
@@ -20,6 +20,8 @@ static inline u8 kallsyms2elf_binding(char type)
u8 kallsyms2elf_type(char type);
+bool kallsyms__is_function(char symbol_type);
+
int kallsyms__parse(const char *filename, void *arg,
int (*process_symbol)(void *arg, const char *name,
char type, u64 start));