/* Generated by ./xlat/gen.sh from ./xlat/bpf_prog_flags.in; do not edit. */ #include "gcc_compat.h" #include "static_assert.h" #if defined(BPF_F_STRICT_ALIGNMENT) || (defined(HAVE_DECL_BPF_F_STRICT_ALIGNMENT) && HAVE_DECL_BPF_F_STRICT_ALIGNMENT) DIAG_PUSH_IGNORE_TAUTOLOGICAL_COMPARE static_assert((BPF_F_STRICT_ALIGNMENT) == (1), "BPF_F_STRICT_ALIGNMENT != 1"); DIAG_POP_IGNORE_TAUTOLOGICAL_COMPARE #else # define BPF_F_STRICT_ALIGNMENT 1 #endif #ifndef XLAT_MACROS_ONLY # ifdef IN_MPERS # error static const struct xlat bpf_prog_flags in mpers mode # else static const struct xlat bpf_prog_flags[] = { XLAT(BPF_F_STRICT_ALIGNMENT), XLAT_END }; # endif /* !IN_MPERS */ #endif /* !XLAT_MACROS_ONLY */