accel/qaic: Add AIC200 support
[drm/drm-misc.git] / tools / testing / selftests / net / sample_ret0.bpf.c
blob1df5ca98bb6507dbdcb180e08fb93687eadbcb2c
1 /* SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) */
3 #define SEC(name) __attribute__((section(name), used))
5 /* Sample program which should always load for testing control paths. */
6 SEC("xdp")
7 int func()
9 return 0;