C++程序  |  12行  |  413 B

/* Generated by ./xlat/gen.sh from ./xlat/v4l2_memories.in; do not edit. */

static const struct xlat v4l2_memories[] = {
#if defined(V4L2_MEMORY_MMAP) || (defined(HAVE_DECL_V4L2_MEMORY_MMAP) && HAVE_DECL_V4L2_MEMORY_MMAP)
 XLAT(V4L2_MEMORY_MMAP),
#endif
#if defined(V4L2_MEMORY_USERPTR) || (defined(HAVE_DECL_V4L2_MEMORY_USERPTR) && HAVE_DECL_V4L2_MEMORY_USERPTR)
 XLAT(V4L2_MEMORY_USERPTR),
#endif
 XLAT_END
};