blob: 25dd3e359bd8a7bad1e92c796b0aa259d4fe05a7 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/mtd_otp_options.in; do not edit. */
2
3static const struct xlat mtd_otp_options[] = {
4#if defined(MTD_OTP_OFF) || (defined(HAVE_DECL_MTD_OTP_OFF) && HAVE_DECL_MTD_OTP_OFF)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(MTD_OTP_OFF),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(MTD_OTP_FACTORY) || (defined(HAVE_DECL_MTD_OTP_FACTORY) && HAVE_DECL_MTD_OTP_FACTORY)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(MTD_OTP_FACTORY),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(MTD_OTP_USER) || (defined(HAVE_DECL_MTD_OTP_USER) && HAVE_DECL_MTD_OTP_USER)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(MTD_OTP_USER),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070013 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070014};