aboutsummaryrefslogtreecommitdiff
path: root/xlat/nf_nft_compat_msg_types.h
blob: 1134678383e8ce094108c8b5bed9ce5cd84ffc4b (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/nf_nft_compat_msg_types.in; do not edit. */
#if !(defined(NFNL_MSG_COMPAT_GET) || (defined(HAVE_DECL_NFNL_MSG_COMPAT_GET) && HAVE_DECL_NFNL_MSG_COMPAT_GET))
# define NFNL_MSG_COMPAT_GET 0
#endif

#ifdef IN_MPERS

# error static const struct xlat nf_nft_compat_msg_types in mpers mode

#else

static
const struct xlat nf_nft_compat_msg_types[] = {
 XLAT(NFNL_MSG_COMPAT_GET),
 XLAT_END
};

#endif /* !IN_MPERS */