1 /* Generated by ./xlat/gen.sh from ./xlat/mtd_otp_options.in; do not edit. */ 2 3 #include "gcc_compat.h" 4 #include "static_assert.h" 5 6 7 #ifndef XLAT_MACROS_ONLY 8 9 # ifdef IN_MPERS 10 11 extern const struct xlat mtd_otp_options[]; 12 13 # else 14 15 # if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS) 16 static 17 # endif 18 const struct xlat mtd_otp_options[] = { 19 #if defined(MTD_OTP_OFF) || (defined(HAVE_DECL_MTD_OTP_OFF) && HAVE_DECL_MTD_OTP_OFF) 20 XLAT(MTD_OTP_OFF), 21 #endif 22 #if defined(MTD_OTP_FACTORY) || (defined(HAVE_DECL_MTD_OTP_FACTORY) && HAVE_DECL_MTD_OTP_FACTORY) 23 XLAT(MTD_OTP_FACTORY), 24 #endif 25 #if defined(MTD_OTP_USER) || (defined(HAVE_DECL_MTD_OTP_USER) && HAVE_DECL_MTD_OTP_USER) 26 XLAT(MTD_OTP_USER), 27 #endif 28 XLAT_END 29 }; 30 31 # endif /* !IN_MPERS */ 32 33 #endif /* !XLAT_MACROS_ONLY */ 34