]> Git Repo - J-linux.git/blob - tools/testing/selftests/net/sample_ret0.bpf.c
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / tools / testing / selftests / net / sample_ret0.bpf.c
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 }
This page took 0.025761 seconds and 4 git commands to generate.