repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
tools
/
build
/
feature
/
test-libbpf.c
blob
a508756cf4cca2b3a781a43787d27ca092c410c3
1
// SPDX-License-Identifier: GPL-2.0
2
#include <bpf/libbpf.h>
3
4
int
main
(
void
)
5
{
6
return
bpf_object__open
(
"test"
) ?
0
: -
1
;
7
}