blob: e0b902463718dc8eac34605d1d55b043a11fa58f [file] [log] [blame]
Elliott Hughesdfc64182015-03-18 11:28:15 -07001/* 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};