Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/mtd_otp_options.in; do not edit. */
      2 
      3 static const struct xlat mtd_otp_options[] = {
      4 #if defined(MTD_OTP_OFF) || (defined(HAVE_DECL_MTD_OTP_OFF) && HAVE_DECL_MTD_OTP_OFF)
      5 	XLAT(MTD_OTP_OFF),
      6 #endif
      7 #if defined(MTD_OTP_FACTORY) || (defined(HAVE_DECL_MTD_OTP_FACTORY) && HAVE_DECL_MTD_OTP_FACTORY)
      8 	XLAT(MTD_OTP_FACTORY),
      9 #endif
     10 #if defined(MTD_OTP_USER) || (defined(HAVE_DECL_MTD_OTP_USER) && HAVE_DECL_MTD_OTP_USER)
     11 	XLAT(MTD_OTP_USER),
     12 #endif
     13 	XLAT_END
     14 };
     15