Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/sysmips_operations.in; do not edit. */
      2 
      3 #ifdef IN_MPERS
      4 
      5 # error static const struct xlat sysmips_operations in mpers mode
      6 
      7 #else
      8 
      9 static
     10 const struct xlat sysmips_operations[] = {
     11 #if defined(SETNAME) || (defined(HAVE_DECL_SETNAME) && HAVE_DECL_SETNAME)
     12   XLAT(SETNAME),
     13 #endif
     14 #if defined(FLUSH_CACHE) || (defined(HAVE_DECL_FLUSH_CACHE) && HAVE_DECL_FLUSH_CACHE)
     15   XLAT(FLUSH_CACHE),
     16 #endif
     17 #if defined(MIPS_FIXADE) || (defined(HAVE_DECL_MIPS_FIXADE) && HAVE_DECL_MIPS_FIXADE)
     18   XLAT(MIPS_FIXADE),
     19 #endif
     20 #if defined(MIPS_RDNVRAM) || (defined(HAVE_DECL_MIPS_RDNVRAM) && HAVE_DECL_MIPS_RDNVRAM)
     21   XLAT(MIPS_RDNVRAM),
     22 #endif
     23 #if defined(MIPS_ATOMIC_SET) || (defined(HAVE_DECL_MIPS_ATOMIC_SET) && HAVE_DECL_MIPS_ATOMIC_SET)
     24   XLAT(MIPS_ATOMIC_SET),
     25 #endif
     26  XLAT_END
     27 };
     28 
     29 #endif /* !IN_MPERS */
     30