blob: ea69e9e3030872c4970e361970b4d910a9bceea8 [file] [log] [blame]
Elliott Hughescaca6ee2015-01-06 12:18:17 -08001/* Generated by ./xlat/gen.sh from ./xlat/v4l2_memories.in; do not edit. */
2
3static const struct xlat v4l2_memories[] = {
4#if defined(V4L2_MEMORY_MMAP) || (defined(HAVE_DECL_V4L2_MEMORY_MMAP) && HAVE_DECL_V4L2_MEMORY_MMAP)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(V4L2_MEMORY_MMAP),
Elliott Hughescaca6ee2015-01-06 12:18:17 -08006#endif
7#if defined(V4L2_MEMORY_USERPTR) || (defined(HAVE_DECL_V4L2_MEMORY_USERPTR) && HAVE_DECL_V4L2_MEMORY_USERPTR)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(V4L2_MEMORY_USERPTR),
Elliott Hughescaca6ee2015-01-06 12:18:17 -08009#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070010 XLAT_END
Elliott Hughescaca6ee2015-01-06 12:18:17 -080011};