blob: ec8c94cb064d8970fc94c47a92bf06330bc99064 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/mtd_type_options.in; do not edit. */
2
3static const struct xlat mtd_type_options[] = {
4#if defined(MTD_ABSENT) || (defined(HAVE_DECL_MTD_ABSENT) && HAVE_DECL_MTD_ABSENT)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(MTD_ABSENT),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(MTD_RAM) || (defined(HAVE_DECL_MTD_RAM) && HAVE_DECL_MTD_RAM)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(MTD_RAM),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(MTD_ROM) || (defined(HAVE_DECL_MTD_ROM) && HAVE_DECL_MTD_ROM)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(MTD_ROM),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
13#if defined(MTD_NORFLASH) || (defined(HAVE_DECL_MTD_NORFLASH) && HAVE_DECL_MTD_NORFLASH)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070014 XLAT(MTD_NORFLASH),
Elliott Hughes82728372014-06-06 22:49:31 -070015#endif
16#if defined(MTD_NANDFLASH) || (defined(HAVE_DECL_MTD_NANDFLASH) && HAVE_DECL_MTD_NANDFLASH)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070017 XLAT(MTD_NANDFLASH),
Elliott Hughes82728372014-06-06 22:49:31 -070018#endif
19#if defined(MTD_DATAFLASH) || (defined(HAVE_DECL_MTD_DATAFLASH) && HAVE_DECL_MTD_DATAFLASH)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070020 XLAT(MTD_DATAFLASH),
Elliott Hughes82728372014-06-06 22:49:31 -070021#endif
22#if defined(MTD_UBIVOLUME) || (defined(HAVE_DECL_MTD_UBIVOLUME) && HAVE_DECL_MTD_UBIVOLUME)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070023 XLAT(MTD_UBIVOLUME),
Elliott Hughes82728372014-06-06 22:49:31 -070024#endif
25#if defined(MTD_MLCNANDFLASH) || (defined(HAVE_DECL_MTD_MLCNANDFLASH) && HAVE_DECL_MTD_MLCNANDFLASH)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070026 XLAT(MTD_MLCNANDFLASH),
Elliott Hughes82728372014-06-06 22:49:31 -070027#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070028 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070029};