Sign in
cos
/
third_party
/
kernel
/
06ffda9ccf58dca3b8a10277998fdd686fd701f4
/
.
/
tools
/
build
/
feature
/
test-libbpf-bpf_object__next_program.c
blob: 8bf4fd26b5452c3e16e5959701479b5dec2be593 [
file
]
// SPDX-License-Identifier: GPL-2.0
#include
<bpf/libbpf.h>
int
main
(
void
)
{
bpf_object__next_program
(
NULL
/* obj */
,
NULL
/* prev */
);
return
0
;
}