blob: e34deef9ce4702825c88a2c74d1567f313bda8e0 [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/v4l2_memories.in; do not edit. */
#ifdef IN_MPERS
# error static const struct xlat v4l2_memories in mpers mode
#else
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
};
#endif /* !IN_MPERS */