1 /* Generated by ./xlat/gen.sh from ./xlat/mtd_otp_options.in; do not edit. */
2 
3 #ifdef IN_MPERS
4 
5 # error static const struct xlat mtd_otp_options in mpers mode
6 
7 #else
8 
9 static
10 const struct xlat mtd_otp_options[] = {
11 #if defined(MTD_OTP_OFF) || (defined(HAVE_DECL_MTD_OTP_OFF) && HAVE_DECL_MTD_OTP_OFF)
12   XLAT(MTD_OTP_OFF),
13 #endif
14 #if defined(MTD_OTP_FACTORY) || (defined(HAVE_DECL_MTD_OTP_FACTORY) && HAVE_DECL_MTD_OTP_FACTORY)
15   XLAT(MTD_OTP_FACTORY),
16 #endif
17 #if defined(MTD_OTP_USER) || (defined(HAVE_DECL_MTD_OTP_USER) && HAVE_DECL_MTD_OTP_USER)
18   XLAT(MTD_OTP_USER),
19 #endif
20  XLAT_END
21 };
22 
23 #endif /* !IN_MPERS */
24