blob: 390ee5d1fc545108a85e865cef5709a06774ba8d [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" },
Elliott Hughes0328d0a2015-03-18 11:18:43 -07007 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -07008};