1 /* Generated by ./xlat/gen.sh from ./xlat/bpf_rval.in; do not edit. */ 2 3 static 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 }; 15