diff options
Diffstat (limited to 'tools/lib/bpf/btf.h')
-rw-r--r-- | tools/lib/bpf/btf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lib/bpf/btf.h b/tools/lib/bpf/btf.h index ba4ffa831aa4..88a52ae56fc6 100644 --- a/tools/lib/bpf/btf.h +++ b/tools/lib/bpf/btf.h | |||
@@ -17,6 +17,7 @@ extern "C" { | |||
17 | 17 | ||
18 | #define BTF_ELF_SEC ".BTF" | 18 | #define BTF_ELF_SEC ".BTF" |
19 | #define BTF_EXT_ELF_SEC ".BTF.ext" | 19 | #define BTF_EXT_ELF_SEC ".BTF.ext" |
20 | #define MAPS_ELF_SEC ".maps" | ||
20 | 21 | ||
21 | struct btf; | 22 | struct btf; |
22 | struct btf_ext; | 23 | struct btf_ext; |