Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/mtd_mode_options.in; do not edit. */
      2 
      3 static const struct xlat mtd_mode_options[] = {
      4 	XLAT(MTD_OPS_PLACE_OOB),
      5 	XLAT(MTD_OPS_AUTO_OOB),
      6 	XLAT(MTD_OPS_RAW),
      7 	XLAT_END
      8 };
      9