| /* Generated by ./xlat/gen.sh from ./xlat/bpf_miscop.in; do not edit. */ | |
| #ifdef IN_MPERS | |
| # error static const struct xlat bpf_miscop in mpers mode | |
| #else | |
| static | |
| const struct xlat bpf_miscop[] = { | |
| #if defined(BPF_TAX) || (defined(HAVE_DECL_BPF_TAX) && HAVE_DECL_BPF_TAX) | |
| XLAT(BPF_TAX), | |
| #endif | |
| #if defined(BPF_TXA) || (defined(HAVE_DECL_BPF_TXA) && HAVE_DECL_BPF_TXA) | |
| XLAT(BPF_TXA), | |
| #endif | |
| XLAT_END | |
| }; | |
| #endif /* !IN_MPERS */ |