blob: 8ec67c0775eda30653087c4db6516e3ec55c1572 [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/sigbus_codes.in; do not edit. */
static const struct xlat sigbus_codes[] = {
#if defined(BUS_ADRALN) || (defined(HAVE_DECL_BUS_ADRALN) && HAVE_DECL_BUS_ADRALN)
XLAT(BUS_ADRALN),
#endif
#if defined(BUS_ADRERR) || (defined(HAVE_DECL_BUS_ADRERR) && HAVE_DECL_BUS_ADRERR)
XLAT(BUS_ADRERR),
#endif
#if defined(BUS_OBJERR) || (defined(HAVE_DECL_BUS_OBJERR) && HAVE_DECL_BUS_OBJERR)
XLAT(BUS_OBJERR),
#endif
XLAT_END
};