20 lines
525 B
C
20 lines
525 B
C
/* 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 */
|