blob: d1cbec0d22a587617c3df042bffded1423a4d0dd [file] [log] [blame]
Elliott Hughescaca6ee2015-01-06 12:18:17 -08001/* Generated by ./xlat/gen.sh from ./xlat/v4l2_capture_modes.in; do not edit. */
2
3static const struct xlat v4l2_capture_modes[] = {
4#if defined(V4L2_MODE_HIGHQUALITY) || (defined(HAVE_DECL_V4L2_MODE_HIGHQUALITY) && HAVE_DECL_V4L2_MODE_HIGHQUALITY)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(V4L2_MODE_HIGHQUALITY),
Elliott Hughescaca6ee2015-01-06 12:18:17 -08006#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -07007 XLAT_END
Elliott Hughescaca6ee2015-01-06 12:18:17 -08008};