blob: eda2ff9a3f31ee877acd2965c547e3f440989d61 [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/v4l2_memories.in; do not edit. */
#ifdef IN_MPERS
extern const struct xlat v4l2_memories[];
#else
# if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
static
# endif
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 */