1*cf84ac9aSAndroid Build Coastguard Worker /* Generated by ./xlat/gen.sh from ./xlat/v4l2_vbi_flags.in; do not edit. */ 2*cf84ac9aSAndroid Build Coastguard Worker 3*cf84ac9aSAndroid Build Coastguard Worker #include "gcc_compat.h" 4*cf84ac9aSAndroid Build Coastguard Worker #include "static_assert.h" 5*cf84ac9aSAndroid Build Coastguard Worker 6*cf84ac9aSAndroid Build Coastguard Worker 7*cf84ac9aSAndroid Build Coastguard Worker #ifndef XLAT_MACROS_ONLY 8*cf84ac9aSAndroid Build Coastguard Worker 9*cf84ac9aSAndroid Build Coastguard Worker # ifdef IN_MPERS 10*cf84ac9aSAndroid Build Coastguard Worker 11*cf84ac9aSAndroid Build Coastguard Worker extern const struct xlat v4l2_vbi_flags[]; 12*cf84ac9aSAndroid Build Coastguard Worker 13*cf84ac9aSAndroid Build Coastguard Worker # else 14*cf84ac9aSAndroid Build Coastguard Worker 15*cf84ac9aSAndroid Build Coastguard Worker # if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS) 16*cf84ac9aSAndroid Build Coastguard Worker static 17*cf84ac9aSAndroid Build Coastguard Worker # endif 18*cf84ac9aSAndroid Build Coastguard Worker const struct xlat v4l2_vbi_flags[] = { 19*cf84ac9aSAndroid Build Coastguard Worker #if defined(V4L2_VBI_UNSYNC) || (defined(HAVE_DECL_V4L2_VBI_UNSYNC) && HAVE_DECL_V4L2_VBI_UNSYNC) 20*cf84ac9aSAndroid Build Coastguard Worker XLAT(V4L2_VBI_UNSYNC), 21*cf84ac9aSAndroid Build Coastguard Worker #endif 22*cf84ac9aSAndroid Build Coastguard Worker #if defined(V4L2_VBI_INTERLACED) || (defined(HAVE_DECL_V4L2_VBI_INTERLACED) && HAVE_DECL_V4L2_VBI_INTERLACED) 23*cf84ac9aSAndroid Build Coastguard Worker XLAT(V4L2_VBI_INTERLACED), 24*cf84ac9aSAndroid Build Coastguard Worker #endif 25*cf84ac9aSAndroid Build Coastguard Worker #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*cf84ac9aSAndroid Build Coastguard Worker XLAT(V4L2_VBI_ITU_525_F1_START), 27*cf84ac9aSAndroid Build Coastguard Worker #endif 28*cf84ac9aSAndroid Build Coastguard Worker #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*cf84ac9aSAndroid Build Coastguard Worker XLAT(V4L2_VBI_ITU_525_F2_START), 30*cf84ac9aSAndroid Build Coastguard Worker #endif 31*cf84ac9aSAndroid Build Coastguard Worker #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*cf84ac9aSAndroid Build Coastguard Worker XLAT(V4L2_VBI_ITU_625_F1_START), 33*cf84ac9aSAndroid Build Coastguard Worker #endif 34*cf84ac9aSAndroid Build Coastguard Worker #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*cf84ac9aSAndroid Build Coastguard Worker XLAT(V4L2_VBI_ITU_625_F2_START), 36*cf84ac9aSAndroid Build Coastguard Worker #endif 37*cf84ac9aSAndroid Build Coastguard Worker XLAT_END 38*cf84ac9aSAndroid Build Coastguard Worker }; 39*cf84ac9aSAndroid Build Coastguard Worker 40*cf84ac9aSAndroid Build Coastguard Worker # endif /* !IN_MPERS */ 41*cf84ac9aSAndroid Build Coastguard Worker 42*cf84ac9aSAndroid Build Coastguard Worker #endif /* !XLAT_MACROS_ONLY */ 43