xref: /openbmc/linux/tools/testing/selftests/bpf/prog_tests/refcounted_kptr.c (revision b1c8ea3c09db24a55ff84ac047cb2e9d9f644bf9)
1 // SPDX-License-Identifier: GPL-2.0
2 /* Copyright (c) 2023 Meta Platforms, Inc. and affiliates. */
3 
4 #include <test_progs.h>
5 #include <network_helpers.h>
6 
7 #include "refcounted_kptr.skel.h"
8 #include "refcounted_kptr_fail.skel.h"
9 
10 void test_refcounted_kptr(void)
11 {
12 }
13 
14 void test_refcounted_kptr_fail(void)
15 {
16 }
17