Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[deliverable/linux.git] / samples / bpf / bpf_load.h
index cbd7c2b532b9a1a8e842c863f91b80d9bc79f42e..dfa57fe65c8e0f2eb67ae251705b631b1403fc55 100644 (file)
@@ -23,5 +23,11 @@ extern int event_fd[MAX_PROGS];
 int load_bpf_file(char *path);
 
 void read_trace_pipe(void);
+struct ksym {
+       long addr;
+       char *name;
+};
 
+int load_kallsyms(void);
+struct ksym *ksym_search(long key);
 #endif
This page took 0.025352 seconds and 5 git commands to generate.