aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bpf/bpftool/main.h')
-rw-r--r--tools/bpf/bpftool/main.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/bpf/bpftool/main.h b/tools/bpf/bpftool/main.h
index 28322ace2856..14857c273bf6 100644
--- a/tools/bpf/bpftool/main.h
+++ b/tools/bpf/bpftool/main.h
@@ -100,6 +100,8 @@ bool is_prefix(const char *pfx, const char *str);
100void fprint_hex(FILE *f, void *arg, unsigned int n, const char *sep); 100void fprint_hex(FILE *f, void *arg, unsigned int n, const char *sep);
101void usage(void) __noreturn; 101void usage(void) __noreturn;
102 102
103void set_max_rlimit(void);
104
103struct pinned_obj_table { 105struct pinned_obj_table {
104 DECLARE_HASHTABLE(table, 16); 106 DECLARE_HASHTABLE(table, 16);
105}; 107};