blob: f7c0a492d15c861affde0e2805b06f97f9d19888 [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/bpf_map_flags.in; do not edit. */
#if !(defined(BPF_F_NO_PREALLOC) || (defined(HAVE_DECL_BPF_F_NO_PREALLOC) && HAVE_DECL_BPF_F_NO_PREALLOC))
# define BPF_F_NO_PREALLOC 1
#endif
#ifdef IN_MPERS
# error static const struct xlat bpf_map_flags in mpers mode
#else
static
const struct xlat bpf_map_flags[] = {
XLAT(BPF_F_NO_PREALLOC),
XLAT_END
};
#endif /* !IN_MPERS */