blob: 8ec67c0775eda30653087c4db6516e3ec55c1572 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/sigbus_codes.in; do not edit. */
2
3static const struct xlat sigbus_codes[] = {
4#if defined(BUS_ADRALN) || (defined(HAVE_DECL_BUS_ADRALN) && HAVE_DECL_BUS_ADRALN)
5 XLAT(BUS_ADRALN),
6#endif
7#if defined(BUS_ADRERR) || (defined(HAVE_DECL_BUS_ADRERR) && HAVE_DECL_BUS_ADRERR)
8 XLAT(BUS_ADRERR),
9#endif
10#if defined(BUS_OBJERR) || (defined(HAVE_DECL_BUS_OBJERR) && HAVE_DECL_BUS_OBJERR)
11 XLAT(BUS_OBJERR),
12#endif
13 XLAT_END
14};