blob: 11302d275aaacead5dad34178ba8ed32fa0c3f7b [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/splice_flags.in; do not edit. */
2
3static const struct xlat splice_flags[] = {
4#if defined(SPLICE_F_MOVE) || (defined(HAVE_DECL_SPLICE_F_MOVE) && HAVE_DECL_SPLICE_F_MOVE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(SPLICE_F_MOVE),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(SPLICE_F_NONBLOCK) || (defined(HAVE_DECL_SPLICE_F_NONBLOCK) && HAVE_DECL_SPLICE_F_NONBLOCK)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(SPLICE_F_NONBLOCK),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(SPLICE_F_MORE) || (defined(HAVE_DECL_SPLICE_F_MORE) && HAVE_DECL_SPLICE_F_MORE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(SPLICE_F_MORE),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
13#if defined(SPLICE_F_GIFT) || (defined(HAVE_DECL_SPLICE_F_GIFT) && HAVE_DECL_SPLICE_F_GIFT)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070014 XLAT(SPLICE_F_GIFT),
Elliott Hughes82728372014-06-06 22:49:31 -070015#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070016 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070017};