blob: ea69e9e3030872c4970e361970b4d910a9bceea8 [file] [log] [blame]
/* 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
};