Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/bpf_class.in; do not edit. */
      2 
      3 #ifdef IN_MPERS
      4 
      5 # error static const struct xlat bpf_class in mpers mode
      6 
      7 #else
      8 
      9 static
     10 const struct xlat bpf_class[] = {
     11 #if defined(BPF_LD) || (defined(HAVE_DECL_BPF_LD) && HAVE_DECL_BPF_LD)
     12   XLAT(BPF_LD),
     13 #endif
     14 #if defined(BPF_LDX) || (defined(HAVE_DECL_BPF_LDX) && HAVE_DECL_BPF_LDX)
     15   XLAT(BPF_LDX),
     16 #endif
     17 #if defined(BPF_ST) || (defined(HAVE_DECL_BPF_ST) && HAVE_DECL_BPF_ST)
     18   XLAT(BPF_ST),
     19 #endif
     20 #if defined(BPF_STX) || (defined(HAVE_DECL_BPF_STX) && HAVE_DECL_BPF_STX)
     21   XLAT(BPF_STX),
     22 #endif
     23 #if defined(BPF_ALU) || (defined(HAVE_DECL_BPF_ALU) && HAVE_DECL_BPF_ALU)
     24   XLAT(BPF_ALU),
     25 #endif
     26 #if defined(BPF_JMP) || (defined(HAVE_DECL_BPF_JMP) && HAVE_DECL_BPF_JMP)
     27   XLAT(BPF_JMP),
     28 #endif
     29 #if defined(BPF_RET) || (defined(HAVE_DECL_BPF_RET) && HAVE_DECL_BPF_RET)
     30   XLAT(BPF_RET),
     31 #endif
     32 #if defined(BPF_MISC) || (defined(HAVE_DECL_BPF_MISC) && HAVE_DECL_BPF_MISC)
     33   XLAT(BPF_MISC),
     34 #endif
     35  XLAT_END
     36 };
     37 
     38 #endif /* !IN_MPERS */
     39