Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/shutdown_modes.in; do not edit. */
      2 
      3 static const struct xlat shutdown_modes[] = {
      4 { 0,	"SHUT_RD"	},
      5 { 1,	"SHUT_WR"	},
      6 { 2,	"SHUT_RDWR"	},
      7 	XLAT_END
      8 };
      9