1/* Generated by ./xlat/gen.sh from ./xlat/bpf_src.in; do not edit. */
2
3static const struct xlat bpf_src[] = {
4#if defined(BPF_K) || (defined(HAVE_DECL_BPF_K) && HAVE_DECL_BPF_K)
5 XLAT(BPF_K),
6#endif
7#if defined(BPF_X) || (defined(HAVE_DECL_BPF_X) && HAVE_DECL_BPF_X)
8 XLAT(BPF_X),
9#endif
10 XLAT_END
11};
12