1 /* Generated by ./xlat/gen.sh from ./xlat/v4l2_memories.in; do not edit. */
2 
3 static const struct xlat v4l2_memories[] = {
4 #if defined(V4L2_MEMORY_MMAP) || (defined(HAVE_DECL_V4L2_MEMORY_MMAP) && HAVE_DECL_V4L2_MEMORY_MMAP)
5  XLAT(V4L2_MEMORY_MMAP),
6 #endif
7 #if defined(V4L2_MEMORY_USERPTR) || (defined(HAVE_DECL_V4L2_MEMORY_USERPTR) && HAVE_DECL_V4L2_MEMORY_USERPTR)
8  XLAT(V4L2_MEMORY_USERPTR),
9 #endif
10  XLAT_END
11 };
12