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 extern const struct xlat v4l2_memories[];
      6 
      7 #else
      8 
      9 # if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
     10 static
     11 # endif
     12 const struct xlat v4l2_memories[] = {
     13 #if defined(V4L2_MEMORY_MMAP) || (defined(HAVE_DECL_V4L2_MEMORY_MMAP) && HAVE_DECL_V4L2_MEMORY_MMAP)
     14   XLAT(V4L2_MEMORY_MMAP),
     15 #endif
     16 #if defined(V4L2_MEMORY_USERPTR) || (defined(HAVE_DECL_V4L2_MEMORY_USERPTR) && HAVE_DECL_V4L2_MEMORY_USERPTR)
     17   XLAT(V4L2_MEMORY_USERPTR),
     18 #endif
     19 #if defined(V4L2_MEMORY_OVERLAY) || (defined(HAVE_DECL_V4L2_MEMORY_OVERLAY) && HAVE_DECL_V4L2_MEMORY_OVERLAY)
     20   XLAT(V4L2_MEMORY_OVERLAY),
     21 #endif
     22 #if defined(V4L2_MEMORY_DMABUF) || (defined(HAVE_DECL_V4L2_MEMORY_DMABUF) && HAVE_DECL_V4L2_MEMORY_DMABUF)
     23   XLAT(V4L2_MEMORY_DMABUF),
     24 #endif
     25  XLAT_END
     26 };
     27 
     28 #endif /* !IN_MPERS */
     29