aboutsummaryrefslogtreecommitdiff
path: root/xlat/bpf_map_flags.h
blob: f7c0a492d15c861affde0e2805b06f97f9d19888 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* 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 */