1 /* Generated by ./xlat/gen.sh from ./xlat/packet_diag_attrs.in; do not edit. */ 2 3 #include "gcc_compat.h" 4 #include "static_assert.h" 5 6 7 #ifndef XLAT_MACROS_ONLY 8 9 # ifdef IN_MPERS 10 11 # error static const struct xlat packet_diag_attrs in mpers mode 12 13 # else 14 15 static 16 const struct xlat packet_diag_attrs[] = { 17 XLAT(PACKET_DIAG_INFO), 18 XLAT(PACKET_DIAG_MCLIST), 19 XLAT(PACKET_DIAG_RX_RING), 20 XLAT(PACKET_DIAG_TX_RING), 21 XLAT(PACKET_DIAG_FANOUT), 22 XLAT(PACKET_DIAG_UID), 23 XLAT(PACKET_DIAG_MEMINFO), 24 XLAT(PACKET_DIAG_FILTER), 25 XLAT_END 26 }; 27 28 # endif /* !IN_MPERS */ 29 30 #endif /* !XLAT_MACROS_ONLY */ 31