Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/bpf_prog_flags.in; do not edit. */
      2 #if !(defined(BPF_F_STRICT_ALIGNMENT) || (defined(HAVE_DECL_BPF_F_STRICT_ALIGNMENT) && HAVE_DECL_BPF_F_STRICT_ALIGNMENT))
      3 # define BPF_F_STRICT_ALIGNMENT 1
      4 #endif
      5 
      6 #ifdef IN_MPERS
      7 
      8 # error static const struct xlat bpf_prog_flags in mpers mode
      9 
     10 #else
     11 
     12 static
     13 const struct xlat bpf_prog_flags[] = {
     14  XLAT(BPF_F_STRICT_ALIGNMENT),
     15  XLAT_END
     16 };
     17 
     18 #endif /* !IN_MPERS */
     19