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