blob: 986bf44dbc8d7d0e733c8c807a894a109633346a [file] [log] [blame]
Elliott Hughescaca6ee2015-01-06 12:18:17 -08001/* Generated by ./xlat/gen.sh from ./xlat/v4l2_streaming_capabilities.in; do not edit. */
2
3static const struct xlat v4l2_streaming_capabilities[] = {
4#if defined(V4L2_CAP_TIMEPERFRAME) || (defined(HAVE_DECL_V4L2_CAP_TIMEPERFRAME) && HAVE_DECL_V4L2_CAP_TIMEPERFRAME)
5 XLAT(V4L2_CAP_TIMEPERFRAME),
6#endif
7 XLAT_END
8};