blob: 17a04fa9d8702a7cdb3a0016fd6e8435058d5ac3 [file] [log] [blame]
Elliott Hughescaca6ee2015-01-06 12:18:17 -08001/* Generated by ./xlat/gen.sh from ./xlat/v4l2_input_types.in; do not edit. */
2
3static const struct xlat v4l2_input_types[] = {
4#if defined(V4L2_INPUT_TYPE_TUNER) || (defined(HAVE_DECL_V4L2_INPUT_TYPE_TUNER) && HAVE_DECL_V4L2_INPUT_TYPE_TUNER)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(V4L2_INPUT_TYPE_TUNER),
Elliott Hughescaca6ee2015-01-06 12:18:17 -08006#endif
7#if defined(V4L2_INPUT_TYPE_CAMERA) || (defined(HAVE_DECL_V4L2_INPUT_TYPE_CAMERA) && HAVE_DECL_V4L2_INPUT_TYPE_CAMERA)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(V4L2_INPUT_TYPE_CAMERA),
Elliott Hughescaca6ee2015-01-06 12:18:17 -08009#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070010 XLAT_END
Elliott Hughescaca6ee2015-01-06 12:18:17 -080011};