blob: 390ee5d1fc545108a85e865cef5709a06774ba8d [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/shutdown_modes.in; do not edit. */
static const struct xlat shutdown_modes[] = {
{ 0, "SHUT_RD" },
{ 1, "SHUT_WR" },
{ 2, "SHUT_RDWR" },
XLAT_END
};