18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */ 28c2ecf20Sopenharmony_ci/* Copyright (C) 2020 Facebook, Inc. */ 38c2ecf20Sopenharmony_ci#include <stdbool.h> 48c2ecf20Sopenharmony_ci#include <bpf/bpf.h> 58c2ecf20Sopenharmony_ci#include <bpf/libbpf.h> 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ciint parse_num_list(const char *s, bool **set, int *set_len); 88c2ecf20Sopenharmony_ci__u32 link_info_prog_id(const struct bpf_link *link, struct bpf_link_info *info); 9