Merge tag 'riscv-for-linus-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / tools / testing / selftests / bpf / testing_helpers.h
1 /* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
2 /* Copyright (C) 2020 Facebook, Inc. */
3 #include <stdbool.h>
4 #include <bpf/bpf.h>
5 #include <bpf/libbpf.h>
6
7 int parse_num_list(const char *s, bool **set, int *set_len);
8 __u32 link_info_prog_id(const struct bpf_link *link, struct bpf_link_info *info);