1 /* Generated by ./xlat/gen.sh from ./xlat/v4l2_sliced_flags.in; do not edit. */ 2 3 #include "gcc_compat.h" 4 #include "static_assert.h" 5 6 7 #ifndef XLAT_MACROS_ONLY 8 9 # ifdef IN_MPERS 10 11 extern const struct xlat v4l2_sliced_flags[]; 12 13 # else 14 15 # if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS) 16 static 17 # endif 18 const struct xlat v4l2_sliced_flags[] = { 19 #if defined(V4L2_SLICED_TELETEXT_B) || (defined(HAVE_DECL_V4L2_SLICED_TELETEXT_B) && HAVE_DECL_V4L2_SLICED_TELETEXT_B) 20 XLAT(V4L2_SLICED_TELETEXT_B), 21 #endif 22 #if defined(V4L2_SLICED_VPS) || (defined(HAVE_DECL_V4L2_SLICED_VPS) && HAVE_DECL_V4L2_SLICED_VPS) 23 XLAT(V4L2_SLICED_VPS), 24 #endif 25 #if defined(V4L2_SLICED_CAPTION_525) || (defined(HAVE_DECL_V4L2_SLICED_CAPTION_525) && HAVE_DECL_V4L2_SLICED_CAPTION_525) 26 XLAT(V4L2_SLICED_CAPTION_525), 27 #endif 28 #if defined(V4L2_SLICED_WSS_625) || (defined(HAVE_DECL_V4L2_SLICED_WSS_625) && HAVE_DECL_V4L2_SLICED_WSS_625) 29 XLAT(V4L2_SLICED_WSS_625), 30 #endif 31 #if defined(V4L2_SLICED_VBI_525) || (defined(HAVE_DECL_V4L2_SLICED_VBI_525) && HAVE_DECL_V4L2_SLICED_VBI_525) 32 XLAT(V4L2_SLICED_VBI_525), 33 #endif 34 #if defined(V4L2_SLICED_VBI_625) || (defined(HAVE_DECL_V4L2_SLICED_VBI_625) && HAVE_DECL_V4L2_SLICED_VBI_625) 35 XLAT(V4L2_SLICED_VBI_625), 36 #endif 37 XLAT_END 38 }; 39 40 # endif /* !IN_MPERS */ 41 42 #endif /* !XLAT_MACROS_ONLY */ 43