17 lines
441 B
C
17 lines
441 B
C
/* Generated by ./xlat/gen.sh from ./xlat/v4l2_streaming_capabilities.in; do not edit. */
|
|
|
|
#ifdef IN_MPERS
|
|
|
|
# error static const struct xlat v4l2_streaming_capabilities in mpers mode
|
|
|
|
#else
|
|
|
|
static
|
|
const struct xlat v4l2_streaming_capabilities[] = {
|
|
#if defined(V4L2_CAP_TIMEPERFRAME) || (defined(HAVE_DECL_V4L2_CAP_TIMEPERFRAME) && HAVE_DECL_V4L2_CAP_TIMEPERFRAME)
|
|
XLAT(V4L2_CAP_TIMEPERFRAME),
|
|
#endif
|
|
XLAT_END
|
|
};
|
|
|
|
#endif /* !IN_MPERS */
|