blob: 073c583ad97f56aadded38fb831e7f999c539a67 [file] [log] [blame]
/* 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 */