1*cf84ac9aSAndroid Build Coastguard Worker /* Generated by ./xlat/gen.sh from ./xlat/v4l2_sliced_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_sliced_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_sliced_flags[] = { 19*cf84ac9aSAndroid Build Coastguard Worker #if defined(V4L2_SLICED_TELETEXT_B) || (defined(HAVE_DECL_V4L2_SLICED_TELETEXT_B) && HAVE_DECL_V4L2_SLICED_TELETEXT_B) 20*cf84ac9aSAndroid Build Coastguard Worker XLAT(V4L2_SLICED_TELETEXT_B), 21*cf84ac9aSAndroid Build Coastguard Worker #endif 22*cf84ac9aSAndroid Build Coastguard Worker #if defined(V4L2_SLICED_VPS) || (defined(HAVE_DECL_V4L2_SLICED_VPS) && HAVE_DECL_V4L2_SLICED_VPS) 23*cf84ac9aSAndroid Build Coastguard Worker XLAT(V4L2_SLICED_VPS), 24*cf84ac9aSAndroid Build Coastguard Worker #endif 25*cf84ac9aSAndroid Build Coastguard Worker #if defined(V4L2_SLICED_CAPTION_525) || (defined(HAVE_DECL_V4L2_SLICED_CAPTION_525) && HAVE_DECL_V4L2_SLICED_CAPTION_525) 26*cf84ac9aSAndroid Build Coastguard Worker XLAT(V4L2_SLICED_CAPTION_525), 27*cf84ac9aSAndroid Build Coastguard Worker #endif 28*cf84ac9aSAndroid Build Coastguard Worker #if defined(V4L2_SLICED_WSS_625) || (defined(HAVE_DECL_V4L2_SLICED_WSS_625) && HAVE_DECL_V4L2_SLICED_WSS_625) 29*cf84ac9aSAndroid Build Coastguard Worker XLAT(V4L2_SLICED_WSS_625), 30*cf84ac9aSAndroid Build Coastguard Worker #endif 31*cf84ac9aSAndroid Build Coastguard Worker #if defined(V4L2_SLICED_VBI_525) || (defined(HAVE_DECL_V4L2_SLICED_VBI_525) && HAVE_DECL_V4L2_SLICED_VBI_525) 32*cf84ac9aSAndroid Build Coastguard Worker XLAT(V4L2_SLICED_VBI_525), 33*cf84ac9aSAndroid Build Coastguard Worker #endif 34*cf84ac9aSAndroid Build Coastguard Worker #if defined(V4L2_SLICED_VBI_625) || (defined(HAVE_DECL_V4L2_SLICED_VBI_625) && HAVE_DECL_V4L2_SLICED_VBI_625) 35*cf84ac9aSAndroid Build Coastguard Worker XLAT(V4L2_SLICED_VBI_625), 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