xref: /openbmc/linux/tools/testing/selftests/bpf/testing_helpers.h (revision 6cb4f3b055fe42bb0f20c6ad6401d325b39d1e2a)
1 /* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
2 /* Copyright (C) 2020 Facebook, Inc. */
3 #include <stdbool.h>
4 
5 int parse_num_list(const char *s, bool **set, int *set_len);
6