1/* Generated by ./xlat/gen.sh from ./xlat/bpf_size.in; do not edit. */
2
3#ifdef IN_MPERS
4
5# error static const struct xlat bpf_size in mpers mode
6
7#else
8
9static
10const struct xlat bpf_size[] = {
11#if defined(BPF_W) || (defined(HAVE_DECL_BPF_W) && HAVE_DECL_BPF_W)
12  XLAT(BPF_W),
13#endif
14#if defined(BPF_H) || (defined(HAVE_DECL_BPF_H) && HAVE_DECL_BPF_H)
15  XLAT(BPF_H),
16#endif
17#if defined(BPF_B) || (defined(HAVE_DECL_BPF_B) && HAVE_DECL_BPF_B)
18  XLAT(BPF_B),
19#endif
20#if defined(BPF_DW) || (defined(HAVE_DECL_BPF_DW) && HAVE_DECL_BPF_DW)
21  XLAT(BPF_DW),
22#endif
23 XLAT_END
24};
25
26#endif /* !IN_MPERS */
27