1/* Generated by ./xlat/gen.sh from ./xlat/mtd_type_options.in; do not edit. */
2
3#ifdef IN_MPERS
4
5extern const struct xlat mtd_type_options[];
6
7#else
8
9# if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
10static
11# endif
12const struct xlat mtd_type_options[] = {
13#if defined(MTD_ABSENT) || (defined(HAVE_DECL_MTD_ABSENT) && HAVE_DECL_MTD_ABSENT)
14  XLAT(MTD_ABSENT),
15#endif
16#if defined(MTD_RAM) || (defined(HAVE_DECL_MTD_RAM) && HAVE_DECL_MTD_RAM)
17  XLAT(MTD_RAM),
18#endif
19#if defined(MTD_ROM) || (defined(HAVE_DECL_MTD_ROM) && HAVE_DECL_MTD_ROM)
20  XLAT(MTD_ROM),
21#endif
22#if defined(MTD_NORFLASH) || (defined(HAVE_DECL_MTD_NORFLASH) && HAVE_DECL_MTD_NORFLASH)
23  XLAT(MTD_NORFLASH),
24#endif
25#if defined(MTD_NANDFLASH) || (defined(HAVE_DECL_MTD_NANDFLASH) && HAVE_DECL_MTD_NANDFLASH)
26  XLAT(MTD_NANDFLASH),
27#endif
28#if defined(MTD_DATAFLASH) || (defined(HAVE_DECL_MTD_DATAFLASH) && HAVE_DECL_MTD_DATAFLASH)
29  XLAT(MTD_DATAFLASH),
30#endif
31#if defined(MTD_UBIVOLUME) || (defined(HAVE_DECL_MTD_UBIVOLUME) && HAVE_DECL_MTD_UBIVOLUME)
32  XLAT(MTD_UBIVOLUME),
33#endif
34#if defined(MTD_MLCNANDFLASH) || (defined(HAVE_DECL_MTD_MLCNANDFLASH) && HAVE_DECL_MTD_MLCNANDFLASH)
35  XLAT(MTD_MLCNANDFLASH),
36#endif
37 XLAT_END
38};
39
40#endif /* !IN_MPERS */
41