blob: 0804e615314f46a114f469161c6052350f641740 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/sigemt_codes.in; do not edit. */
2
3static const struct xlat sigemt_codes[] = {
Elliott Hughesc3d43082015-04-06 17:00:50 -07004#if !(defined(EMT_TAGOVF) || (defined(HAVE_DECL_EMT_TAGOVF) && HAVE_DECL_EMT_TAGOVF))
5# define EMT_TAGOVF 1
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
Elliott Hughesc3d43082015-04-06 17:00:50 -07007 XLAT(EMT_TAGOVF),
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -07009};