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 # error static const struct xlat mtd_file_mode_options in mpers mode
      6 
      7 #else
      8 
      9 static
     10 const struct xlat mtd_file_mode_options[] = {
     11  XLAT(MTD_FILE_MODE_NORMAL),
     12  XLAT(MTD_FILE_MODE_OTP_FACTORY),
     13  XLAT(MTD_FILE_MODE_OTP_USER),
     14  XLAT(MTD_FILE_MODE_RAW),
     15  XLAT_END
     16 };
     17 
     18 #endif /* !IN_MPERS */
     19