android_mt6572_jiabo/external/strace/xlat/shutdown_modes.h
2025-09-05 16:56:03 +08:00

17 lines
304 B
C

/* Generated by ./xlat/gen.sh from ./xlat/shutdown_modes.in; do not edit. */
#ifdef IN_MPERS
# error static const struct xlat shutdown_modes in mpers mode
#else
static
const struct xlat shutdown_modes[] = {
{ 0, "SHUT_RD" },
{ 1, "SHUT_WR" },
{ 2, "SHUT_RDWR" },
XLAT_END
};
#endif /* !IN_MPERS */