blob: 6e3ab81b2486ce18de9d442c83264ff97da9f93d [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/shutdown_modes.in; do not edit. */
2
3static const struct xlat shutdown_modes[] = {
4{ 0, "SHUT_RD" },
5{ 1, "SHUT_WR" },
6{ 2, "SHUT_RDWR" },
7 XLAT_END
8};