blob: 4988dd37b43331939829920488ef903992200bdc [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/nf_ctnetlink_exp_msg_types.in; do not edit. */
#if !(defined(IPCTNL_MSG_EXP_NEW) || (defined(HAVE_DECL_IPCTNL_MSG_EXP_NEW) && HAVE_DECL_IPCTNL_MSG_EXP_NEW))
# define IPCTNL_MSG_EXP_NEW 0
#endif
#if !(defined(IPCTNL_MSG_EXP_GET) || (defined(HAVE_DECL_IPCTNL_MSG_EXP_GET) && HAVE_DECL_IPCTNL_MSG_EXP_GET))
# define IPCTNL_MSG_EXP_GET 1
#endif
#if !(defined(IPCTNL_MSG_EXP_DELETE) || (defined(HAVE_DECL_IPCTNL_MSG_EXP_DELETE) && HAVE_DECL_IPCTNL_MSG_EXP_DELETE))
# define IPCTNL_MSG_EXP_DELETE 2
#endif
#if !(defined(IPCTNL_MSG_EXP_GET_STATS_CPU) || (defined(HAVE_DECL_IPCTNL_MSG_EXP_GET_STATS_CPU) && HAVE_DECL_IPCTNL_MSG_EXP_GET_STATS_CPU))
# define IPCTNL_MSG_EXP_GET_STATS_CPU 3
#endif
#ifdef IN_MPERS
# error static const struct xlat nf_ctnetlink_exp_msg_types in mpers mode
#else
static
const struct xlat nf_ctnetlink_exp_msg_types[] = {
XLAT(IPCTNL_MSG_EXP_NEW),
XLAT(IPCTNL_MSG_EXP_GET),
XLAT(IPCTNL_MSG_EXP_DELETE),
XLAT(IPCTNL_MSG_EXP_GET_STATS_CPU),
XLAT_END
};
#endif /* !IN_MPERS */