Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/v4l2_memories.in; do not edit. */
      2 
      3 #ifdef IN_MPERS
      4 
      5 # error static const struct xlat v4l2_memories in mpers mode
      6 
      7 #else
      8 
      9 static
     10 const struct xlat v4l2_memories[] = {
     11 #if defined(V4L2_MEMORY_MMAP) || (defined(HAVE_DECL_V4L2_MEMORY_MMAP) && HAVE_DECL_V4L2_MEMORY_MMAP)
     12   XLAT(V4L2_MEMORY_MMAP),
     13 #endif
     14 #if defined(V4L2_MEMORY_USERPTR) || (defined(HAVE_DECL_V4L2_MEMORY_USERPTR) && HAVE_DECL_V4L2_MEMORY_USERPTR)
     15   XLAT(V4L2_MEMORY_USERPTR),
     16 #endif
     17  XLAT_END
     18 };
     19 
     20 #endif /* !IN_MPERS */
     21