Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/sigtrap_codes.in; do not edit. */
      2 
      3 static const struct xlat sigtrap_codes[] = {
      4 #if defined(TRAP_BRKPT) || (defined(HAVE_DECL_TRAP_BRKPT) && HAVE_DECL_TRAP_BRKPT)
      5 	XLAT(TRAP_BRKPT),
      6 #endif
      7 #if defined(TRAP_TRACE) || (defined(HAVE_DECL_TRAP_TRACE) && HAVE_DECL_TRAP_TRACE)
      8 	XLAT(TRAP_TRACE),
      9 #endif
     10 	XLAT_END
     11 };
     12