1/* Generated by ./xlat/gen.sh from ./xlat/sigemt_codes.in; do not edit. */
2
3static const struct xlat sigemt_codes[] = {
4#if defined(EMT_TAGOVF) || (defined(HAVE_DECL_EMT_TAGOVF) && HAVE_DECL_EMT_TAGOVF)
5	XLAT(EMT_TAGOVF),
6#endif
7	XLAT_END
8};
9