blob: c9101a27748decc65a107c168a97896ff99b42fc [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/sigtrap_codes.in; do not edit. */
static const struct xlat sigtrap_codes[] = {
#if defined(TRAP_BRKPT) || (defined(HAVE_DECL_TRAP_BRKPT) && HAVE_DECL_TRAP_BRKPT)
XLAT(TRAP_BRKPT),
#endif
#if defined(TRAP_TRACE) || (defined(HAVE_DECL_TRAP_TRACE) && HAVE_DECL_TRAP_TRACE)
XLAT(TRAP_TRACE),
#endif
XLAT_END
};