diff options
Diffstat (limited to 'tools/lib/bpf/libbpf.h')
-rw-r--r-- | tools/lib/bpf/libbpf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lib/bpf/libbpf.h b/tools/lib/bpf/libbpf.h index 1f8fc2060460..413778a93499 100644 --- a/tools/lib/bpf/libbpf.h +++ b/tools/lib/bpf/libbpf.h | |||
@@ -254,8 +254,8 @@ bpf_map__next(struct bpf_map *map, struct bpf_object *obj); | |||
254 | int bpf_map__fd(struct bpf_map *map); | 254 | int bpf_map__fd(struct bpf_map *map); |
255 | const struct bpf_map_def *bpf_map__def(struct bpf_map *map); | 255 | const struct bpf_map_def *bpf_map__def(struct bpf_map *map); |
256 | const char *bpf_map__name(struct bpf_map *map); | 256 | const char *bpf_map__name(struct bpf_map *map); |
257 | uint32_t bpf_map__btf_key_type_id(const struct bpf_map *map); | 257 | __u32 bpf_map__btf_key_type_id(const struct bpf_map *map); |
258 | uint32_t bpf_map__btf_value_type_id(const struct bpf_map *map); | 258 | __u32 bpf_map__btf_value_type_id(const struct bpf_map *map); |
259 | 259 | ||
260 | typedef void (*bpf_map_clear_priv_t)(struct bpf_map *, void *); | 260 | typedef void (*bpf_map_clear_priv_t)(struct bpf_map *, void *); |
261 | int bpf_map__set_priv(struct bpf_map *map, void *priv, | 261 | int bpf_map__set_priv(struct bpf_map *map, void *priv, |