blob: a42115a28bffbebef9ec56adc2c425596c06983a [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/msgflags.in; do not edit. */
2
3static const struct xlat msgflags[] = {
4#if defined(RS_HIPRI) || (defined(HAVE_DECL_RS_HIPRI) && HAVE_DECL_RS_HIPRI)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(RS_HIPRI),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -07007 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -07008};