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