v4l2_streaming_capabilities.h revision 8948469fa2b0466425995b7e843b1659eb2779e7
1/* Generated by ./xlat/gen.sh from ./xlat/v4l2_streaming_capabilities.in; do not edit. */
2
3#ifdef IN_MPERS
4
5# error static const struct xlat v4l2_streaming_capabilities in mpers mode
6
7#else
8
9static
10const struct xlat v4l2_streaming_capabilities[] = {
11#if defined(V4L2_CAP_TIMEPERFRAME) || (defined(HAVE_DECL_V4L2_CAP_TIMEPERFRAME) && HAVE_DECL_V4L2_CAP_TIMEPERFRAME)
12  XLAT(V4L2_CAP_TIMEPERFRAME),
13#endif
14 XLAT_END
15};
16
17#endif /* !IN_MPERS */
18