repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
accel/qaic: Add AIC200 support
[drm/drm-misc.git]
/
tools
/
testing
/
selftests
/
net
/
sample_ret0.bpf.c
blob
1df5ca98bb6507dbdcb180e08fb93687eadbcb2c
1
/* SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) */
2
3
#define SEC(name) __attribute__((section(name), used))
4
5
/* Sample program which should always load for testing control paths. */
6
SEC
(
"xdp"
)
7
int
func
()
8
{
9
return
0
;
10
}