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