1 /* Generated by ./xlat/gen.sh from ./xlat/v4l2_vbi_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_vbi_flags[]; 12 13 # else 14 15 # if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS) 16 static 17 # endif 18 const struct xlat v4l2_vbi_flags[] = { 19 #if defined(V4L2_VBI_UNSYNC) || (defined(HAVE_DECL_V4L2_VBI_UNSYNC) && HAVE_DECL_V4L2_VBI_UNSYNC) 20 XLAT(V4L2_VBI_UNSYNC), 21 #endif 22 #if defined(V4L2_VBI_INTERLACED) || (defined(HAVE_DECL_V4L2_VBI_INTERLACED) && HAVE_DECL_V4L2_VBI_INTERLACED) 23 XLAT(V4L2_VBI_INTERLACED), 24 #endif 25 #if defined(V4L2_VBI_ITU_525_F1_START) || (defined(HAVE_DECL_V4L2_VBI_ITU_525_F1_START) && HAVE_DECL_V4L2_VBI_ITU_525_F1_START) 26 XLAT(V4L2_VBI_ITU_525_F1_START), 27 #endif 28 #if defined(V4L2_VBI_ITU_525_F2_START) || (defined(HAVE_DECL_V4L2_VBI_ITU_525_F2_START) && HAVE_DECL_V4L2_VBI_ITU_525_F2_START) 29 XLAT(V4L2_VBI_ITU_525_F2_START), 30 #endif 31 #if defined(V4L2_VBI_ITU_625_F1_START) || (defined(HAVE_DECL_V4L2_VBI_ITU_625_F1_START) && HAVE_DECL_V4L2_VBI_ITU_625_F1_START) 32 XLAT(V4L2_VBI_ITU_625_F1_START), 33 #endif 34 #if defined(V4L2_VBI_ITU_625_F2_START) || (defined(HAVE_DECL_V4L2_VBI_ITU_625_F2_START) && HAVE_DECL_V4L2_VBI_ITU_625_F2_START) 35 XLAT(V4L2_VBI_ITU_625_F2_START), 36 #endif 37 XLAT_END 38 }; 39 40 # endif /* !IN_MPERS */ 41 42 #endif /* !XLAT_MACROS_ONLY */ 43