Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/mtd_file_mode_options.in; do not edit. */
      2 
      3 #ifdef IN_MPERS
      4 
      5 extern const struct xlat mtd_file_mode_options[];
      6 
      7 #else
      8 
      9 # if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
     10 static
     11 # endif
     12 const struct xlat mtd_file_mode_options[] = {
     13  XLAT(MTD_FILE_MODE_NORMAL),
     14  XLAT(MTD_FILE_MODE_OTP_FACTORY),
     15  XLAT(MTD_FILE_MODE_OTP_USER),
     16  XLAT(MTD_FILE_MODE_RAW),
     17  XLAT_END
     18 };
     19 
     20 #endif /* !IN_MPERS */
     21