Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/packet_diag_attrs.in; do not edit. */
      2 
      3 #ifdef IN_MPERS
      4 
      5 # error static const struct xlat packet_diag_attrs in mpers mode
      6 
      7 #else
      8 
      9 static
     10 const struct xlat packet_diag_attrs[] = {
     11  XLAT(PACKET_DIAG_INFO),
     12  XLAT(PACKET_DIAG_MCLIST),
     13  XLAT(PACKET_DIAG_RX_RING),
     14  XLAT(PACKET_DIAG_TX_RING),
     15  XLAT(PACKET_DIAG_FANOUT),
     16  XLAT(PACKET_DIAG_UID),
     17  XLAT(PACKET_DIAG_MEMINFO),
     18  XLAT(PACKET_DIAG_FILTER),
     19  XLAT_END
     20 };
     21 
     22 #endif /* !IN_MPERS */
     23