You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
471 B
22 lines
471 B
/* Generated by ./xlat/gen.sh from ./xlat/packet_diag_attrs.in; do not edit. */ |
|
|
|
#ifdef IN_MPERS |
|
|
|
# error static const struct xlat packet_diag_attrs in mpers mode |
|
|
|
#else |
|
|
|
static |
|
const struct xlat packet_diag_attrs[] = { |
|
XLAT(PACKET_DIAG_INFO), |
|
XLAT(PACKET_DIAG_MCLIST), |
|
XLAT(PACKET_DIAG_RX_RING), |
|
XLAT(PACKET_DIAG_TX_RING), |
|
XLAT(PACKET_DIAG_FANOUT), |
|
XLAT(PACKET_DIAG_UID), |
|
XLAT(PACKET_DIAG_MEMINFO), |
|
XLAT(PACKET_DIAG_FILTER), |
|
XLAT_END |
|
}; |
|
|
|
#endif /* !IN_MPERS */
|
|
|