• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/mtd_file_mode_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_file_mode_options[];
12 
13 # else
14 
15 #  if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
16 static
17 #  endif
18 const struct xlat mtd_file_mode_options[] = {
19  XLAT(MTD_FILE_MODE_NORMAL),
20  XLAT(MTD_FILE_MODE_OTP_FACTORY),
21  XLAT(MTD_FILE_MODE_OTP_USER),
22  XLAT(MTD_FILE_MODE_RAW),
23  XLAT_END
24 };
25 
26 # endif /* !IN_MPERS */
27 
28 #endif /* !XLAT_MACROS_ONLY */
29