1/* Generated by ./xlat/gen.sh from ./xlat/v4l2_capture_modes.in; do not edit. */
2
3#ifdef IN_MPERS
4
5extern const struct xlat v4l2_capture_modes[];
6
7#else
8
9# if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
10static
11# endif
12const struct xlat v4l2_capture_modes[] = {
13#if defined(V4L2_MODE_HIGHQUALITY) || (defined(HAVE_DECL_V4L2_MODE_HIGHQUALITY) && HAVE_DECL_V4L2_MODE_HIGHQUALITY)
14  XLAT(V4L2_MODE_HIGHQUALITY),
15#endif
16 XLAT_END
17};
18
19#endif /* !IN_MPERS */
20