1/* Generated by ./xlat/gen.sh from ./xlat/bpf_miscop.in; do not edit. */
2
3#ifdef IN_MPERS
4
5# error static const struct xlat bpf_miscop in mpers mode
6
7#else
8
9static
10const struct xlat bpf_miscop[] = {
11#if defined(BPF_TAX) || (defined(HAVE_DECL_BPF_TAX) && HAVE_DECL_BPF_TAX)
12  XLAT(BPF_TAX),
13#endif
14#if defined(BPF_TXA) || (defined(HAVE_DECL_BPF_TXA) && HAVE_DECL_BPF_TXA)
15  XLAT(BPF_TXA),
16#endif
17 XLAT_END
18};
19
20#endif /* !IN_MPERS */
21