blob: a7797e5e15a217c8e92f3f424a41f3ce522d3533 [file] [log] [blame]
Elliott Hughesdfc64182015-03-18 11:28:15 -07001/* Generated by ./xlat/gen.sh from ./xlat/bpf_rval.in; do not edit. */
2
3static const struct xlat bpf_rval[] = {
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#if defined(BPF_A) || (defined(HAVE_DECL_BPF_A) && HAVE_DECL_BPF_A)
11 XLAT(BPF_A),
12#endif
13 XLAT_END
14};