blob: 0b1ce6c703b58f582a459cfea868e99d0d9ee426 [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/v4l2_input_types.in; do not edit. */
#ifdef IN_MPERS
extern const struct xlat v4l2_input_types[];
#else
# if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
static
# endif
const struct xlat v4l2_input_types[] = {
#if defined(V4L2_INPUT_TYPE_TUNER) || (defined(HAVE_DECL_V4L2_INPUT_TYPE_TUNER) && HAVE_DECL_V4L2_INPUT_TYPE_TUNER)
XLAT(V4L2_INPUT_TYPE_TUNER),
#endif
#if defined(V4L2_INPUT_TYPE_CAMERA) || (defined(HAVE_DECL_V4L2_INPUT_TYPE_CAMERA) && HAVE_DECL_V4L2_INPUT_TYPE_CAMERA)
XLAT(V4L2_INPUT_TYPE_CAMERA),
#endif
#if defined(V4L2_INPUT_TYPE_TOUCH) || (defined(HAVE_DECL_V4L2_INPUT_TYPE_TOUCH) && HAVE_DECL_V4L2_INPUT_TYPE_TOUCH)
XLAT(V4L2_INPUT_TYPE_TOUCH),
#endif
XLAT_END
};
#endif /* !IN_MPERS */