allwinner_a64/android/external/strace/xlat/netlink_diag_attrs.h
2018-08-08 16:14:42 +08:00

19 lines
402 B
C

/* Generated by ./xlat/gen.sh from ./xlat/netlink_diag_attrs.in; do not edit. */
#ifdef IN_MPERS
# error static const struct xlat netlink_diag_attrs in mpers mode
#else
static
const struct xlat netlink_diag_attrs[] = {
XLAT(NETLINK_DIAG_MEMINFO),
XLAT(NETLINK_DIAG_GROUPS),
XLAT(NETLINK_DIAG_RX_RING),
XLAT(NETLINK_DIAG_TX_RING),
XLAT(NETLINK_DIAG_FLAGS),
XLAT_END
};
#endif /* !IN_MPERS */