Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/s390_runtime_instr_commands.in; do not edit. */
      2 #if !(defined(S390_RUNTIME_INSTR_START) || (defined(HAVE_DECL_S390_RUNTIME_INSTR_START) && HAVE_DECL_S390_RUNTIME_INSTR_START))
      3 # define S390_RUNTIME_INSTR_START 0x1
      4 #endif
      5 #if !(defined(S390_RUNTIME_INSTR_STOP) || (defined(HAVE_DECL_S390_RUNTIME_INSTR_STOP) && HAVE_DECL_S390_RUNTIME_INSTR_STOP))
      6 # define S390_RUNTIME_INSTR_STOP 0x2
      7 #endif
      8 
      9 #ifdef IN_MPERS
     10 
     11 # error static const struct xlat s390_runtime_instr_commands in mpers mode
     12 
     13 #else
     14 
     15 static
     16 const struct xlat s390_runtime_instr_commands[] = {
     17  XLAT(S390_RUNTIME_INSTR_START),
     18  XLAT(S390_RUNTIME_INSTR_STOP),
     19  XLAT_END
     20 };
     21 
     22 #endif /* !IN_MPERS */
     23