blob: 071d9a9a0a778eb789f733f1d6cf32fa230091a2 [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/v4l2_frameinterval_types.in; do not edit. */
#ifdef IN_MPERS
# error static const struct xlat v4l2_frameinterval_types in mpers mode
#else
static
const struct xlat v4l2_frameinterval_types[] = {
#if defined(V4L2_FRMIVAL_TYPE_DISCRETE) || (defined(HAVE_DECL_V4L2_FRMIVAL_TYPE_DISCRETE) && HAVE_DECL_V4L2_FRMIVAL_TYPE_DISCRETE)
XLAT(V4L2_FRMIVAL_TYPE_DISCRETE),
#endif
#if defined(V4L2_FRMIVAL_TYPE_CONTINUOUS) || (defined(HAVE_DECL_V4L2_FRMIVAL_TYPE_CONTINUOUS) && HAVE_DECL_V4L2_FRMIVAL_TYPE_CONTINUOUS)
XLAT(V4L2_FRMIVAL_TYPE_CONTINUOUS),
#endif
#if defined(V4L2_FRMIVAL_TYPE_STEPWISE) || (defined(HAVE_DECL_V4L2_FRMIVAL_TYPE_STEPWISE) && HAVE_DECL_V4L2_FRMIVAL_TYPE_STEPWISE)
XLAT(V4L2_FRMIVAL_TYPE_STEPWISE),
#endif
XLAT_END
};
#endif /* !IN_MPERS */