aboutsummaryrefslogtreecommitdiffstats
path: root/xlat/msgflags.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlat/msgflags.h')
-rw-r--r--xlat/msgflags.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/xlat/msgflags.h b/xlat/msgflags.h
new file mode 100644
index 00000000..c96a35d9
--- /dev/null
+++ b/xlat/msgflags.h
@@ -0,0 +1,8 @@
+/* Generated by ./xlat/gen.sh from ./xlat/msgflags.in; do not edit. */
+
+static const struct xlat msgflags[] = {
+#if defined(RS_HIPRI) || (defined(HAVE_DECL_RS_HIPRI) && HAVE_DECL_RS_HIPRI)
+ XLAT(RS_HIPRI),
+#endif
+ XLAT_END
+};