Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/sysmips_operations.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 sysmips_operations in mpers mode
     12 
     13 # else
     14 
     15 static
     16 const struct xlat sysmips_operations[] = {
     17 #if defined(SETNAME) || (defined(HAVE_DECL_SETNAME) && HAVE_DECL_SETNAME)
     18   XLAT(SETNAME),
     19 #endif
     20 #if defined(FLUSH_CACHE) || (defined(HAVE_DECL_FLUSH_CACHE) && HAVE_DECL_FLUSH_CACHE)
     21   XLAT(FLUSH_CACHE),
     22 #endif
     23 #if defined(MIPS_FIXADE) || (defined(HAVE_DECL_MIPS_FIXADE) && HAVE_DECL_MIPS_FIXADE)
     24   XLAT(MIPS_FIXADE),
     25 #endif
     26 #if defined(MIPS_RDNVRAM) || (defined(HAVE_DECL_MIPS_RDNVRAM) && HAVE_DECL_MIPS_RDNVRAM)
     27   XLAT(MIPS_RDNVRAM),
     28 #endif
     29 #if defined(MIPS_ATOMIC_SET) || (defined(HAVE_DECL_MIPS_ATOMIC_SET) && HAVE_DECL_MIPS_ATOMIC_SET)
     30   XLAT(MIPS_ATOMIC_SET),
     31 #endif
     32  XLAT_END
     33 };
     34 
     35 # endif /* !IN_MPERS */
     36 
     37 #endif /* !XLAT_MACROS_ONLY */
     38