aboutsummaryrefslogtreecommitdiffstats
path: root/xlat/splice_flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlat/splice_flags.h')
-rw-r--r--xlat/splice_flags.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/xlat/splice_flags.h b/xlat/splice_flags.h
new file mode 100644
index 00000000..7ae6c841
--- /dev/null
+++ b/xlat/splice_flags.h
@@ -0,0 +1,17 @@
+/* Generated by ./xlat/gen.sh from ./xlat/splice_flags.in; do not edit. */
+
+static const struct xlat splice_flags[] = {
+#if defined(SPLICE_F_MOVE) || (defined(HAVE_DECL_SPLICE_F_MOVE) && HAVE_DECL_SPLICE_F_MOVE)
+ XLAT(SPLICE_F_MOVE),
+#endif
+#if defined(SPLICE_F_NONBLOCK) || (defined(HAVE_DECL_SPLICE_F_NONBLOCK) && HAVE_DECL_SPLICE_F_NONBLOCK)
+ XLAT(SPLICE_F_NONBLOCK),
+#endif
+#if defined(SPLICE_F_MORE) || (defined(HAVE_DECL_SPLICE_F_MORE) && HAVE_DECL_SPLICE_F_MORE)
+ XLAT(SPLICE_F_MORE),
+#endif
+#if defined(SPLICE_F_GIFT) || (defined(HAVE_DECL_SPLICE_F_GIFT) && HAVE_DECL_SPLICE_F_GIFT)
+ XLAT(SPLICE_F_GIFT),
+#endif
+ XLAT_END
+};