17 lines
305 B
C
17 lines
305 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
/* Copyright (c) 2023 Meta Platforms, Inc. and affiliates. */
|
|
|
|
#include <test_progs.h>
|
|
#include <network_helpers.h>
|
|
|
|
#include "refcounted_kptr.skel.h"
|
|
#include "refcounted_kptr_fail.skel.h"
|
|
|
|
void test_refcounted_kptr(void)
|
|
{
|
|
}
|
|
|
|
void test_refcounted_kptr_fail(void)
|
|
{
|
|
}
|