blob: 3a4631cc67724f33986517f134a58be72d082ea7 [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/netlink_get_flags.in; do not edit. */
#ifdef IN_MPERS
# error static const struct xlat netlink_get_flags in mpers mode
#else
static
const struct xlat netlink_get_flags[] = {
#if defined(NLM_F_DUMP) || (defined(HAVE_DECL_NLM_F_DUMP) && HAVE_DECL_NLM_F_DUMP)
XLAT(NLM_F_DUMP),
#endif
#if defined(NLM_F_ROOT) || (defined(HAVE_DECL_NLM_F_ROOT) && HAVE_DECL_NLM_F_ROOT)
XLAT(NLM_F_ROOT),
#endif
#if defined(NLM_F_MATCH) || (defined(HAVE_DECL_NLM_F_MATCH) && HAVE_DECL_NLM_F_MATCH)
XLAT(NLM_F_MATCH),
#endif
#if defined(NLM_F_ATOMIC) || (defined(HAVE_DECL_NLM_F_ATOMIC) && HAVE_DECL_NLM_F_ATOMIC)
XLAT(NLM_F_ATOMIC),
#endif
XLAT_END
};
#endif /* !IN_MPERS */