diff options
Diffstat (limited to 'tools/bpf/bpftool/main.h')
-rw-r--r-- | tools/bpf/bpftool/main.h | 2 |
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); | |||
100 | void fprint_hex(FILE *f, void *arg, unsigned int n, const char *sep); | 100 | void fprint_hex(FILE *f, void *arg, unsigned int n, const char *sep); |
101 | void usage(void) __noreturn; | 101 | void usage(void) __noreturn; |
102 | 102 | ||
103 | void set_max_rlimit(void); | ||
104 | |||
103 | struct pinned_obj_table { | 105 | struct pinned_obj_table { |
104 | DECLARE_HASHTABLE(table, 16); | 106 | DECLARE_HASHTABLE(table, 16); |
105 | }; | 107 | }; |