1 /* Generated by ./xlat/gen.sh from ./xlat/netlink_get_flags.in; do not edit. */ 2 3 #ifdef IN_MPERS 4 5 # error static const struct xlat netlink_get_flags in mpers mode 6 7 #else 8 9 static 10 const struct xlat netlink_get_flags[] = { 11 #if defined(NLM_F_DUMP) || (defined(HAVE_DECL_NLM_F_DUMP) && HAVE_DECL_NLM_F_DUMP) 12 XLAT(NLM_F_DUMP), 13 #endif 14 #if defined(NLM_F_ROOT) || (defined(HAVE_DECL_NLM_F_ROOT) && HAVE_DECL_NLM_F_ROOT) 15 XLAT(NLM_F_ROOT), 16 #endif 17 #if defined(NLM_F_MATCH) || (defined(HAVE_DECL_NLM_F_MATCH) && HAVE_DECL_NLM_F_MATCH) 18 XLAT(NLM_F_MATCH), 19 #endif 20 #if defined(NLM_F_ATOMIC) || (defined(HAVE_DECL_NLM_F_ATOMIC) && HAVE_DECL_NLM_F_ATOMIC) 21 XLAT(NLM_F_ATOMIC), 22 #endif 23 XLAT_END 24 }; 25 26 #endif /* !IN_MPERS */ 27