Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/sram_alloc_flags.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 #  error static const struct xlat sram_alloc_flags in mpers mode
     12 
     13 # else
     14 
     15 static
     16 const struct xlat sram_alloc_flags[] = {
     17 #if defined(L1_INST_SRAM) || (defined(HAVE_DECL_L1_INST_SRAM) && HAVE_DECL_L1_INST_SRAM)
     18   XLAT(L1_INST_SRAM),
     19 #endif
     20 #if defined(L1_DATA_A_SRAM) || (defined(HAVE_DECL_L1_DATA_A_SRAM) && HAVE_DECL_L1_DATA_A_SRAM)
     21   XLAT(L1_DATA_A_SRAM),
     22 #endif
     23 #if defined(L1_DATA_B_SRAM) || (defined(HAVE_DECL_L1_DATA_B_SRAM) && HAVE_DECL_L1_DATA_B_SRAM)
     24   XLAT(L1_DATA_B_SRAM),
     25 #endif
     26 #if defined(L1_DATA_SRAM) || (defined(HAVE_DECL_L1_DATA_SRAM) && HAVE_DECL_L1_DATA_SRAM)
     27   XLAT(L1_DATA_SRAM),
     28 #endif
     29 #if defined(L2_SRAM) || (defined(HAVE_DECL_L2_SRAM) && HAVE_DECL_L2_SRAM)
     30   XLAT(L2_SRAM),
     31 #endif
     32  XLAT_END
     33 };
     34 
     35 # endif /* !IN_MPERS */
     36 
     37 #endif /* !XLAT_MACROS_ONLY */
     38