Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/netlink_ack_flags.in; do not edit. */
      2 
      3 #ifdef IN_MPERS
      4 
      5 # error static const struct xlat netlink_ack_flags in mpers mode
      6 
      7 #else
      8 
      9 static
     10 const struct xlat netlink_ack_flags[] = {
     11 #if defined(NLM_F_CAPPED) || (defined(HAVE_DECL_NLM_F_CAPPED) && HAVE_DECL_NLM_F_CAPPED)
     12   XLAT(NLM_F_CAPPED),
     13 #endif
     14 #if defined(NLM_F_ACK_TLVS) || (defined(HAVE_DECL_NLM_F_ACK_TLVS) && HAVE_DECL_NLM_F_ACK_TLVS)
     15   XLAT(NLM_F_ACK_TLVS),
     16 #endif
     17  XLAT_END
     18 };
     19 
     20 #endif /* !IN_MPERS */
     21