Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/v4l2_input_types.in; do not edit. */
      2 
      3 #ifdef IN_MPERS
      4 
      5 extern const struct xlat v4l2_input_types[];
      6 
      7 #else
      8 
      9 # if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
     10 static
     11 # endif
     12 const struct xlat v4l2_input_types[] = {
     13 #if defined(V4L2_INPUT_TYPE_TUNER) || (defined(HAVE_DECL_V4L2_INPUT_TYPE_TUNER) && HAVE_DECL_V4L2_INPUT_TYPE_TUNER)
     14   XLAT(V4L2_INPUT_TYPE_TUNER),
     15 #endif
     16 #if defined(V4L2_INPUT_TYPE_CAMERA) || (defined(HAVE_DECL_V4L2_INPUT_TYPE_CAMERA) && HAVE_DECL_V4L2_INPUT_TYPE_CAMERA)
     17   XLAT(V4L2_INPUT_TYPE_CAMERA),
     18 #endif
     19 #if defined(V4L2_INPUT_TYPE_TOUCH) || (defined(HAVE_DECL_V4L2_INPUT_TYPE_TOUCH) && HAVE_DECL_V4L2_INPUT_TYPE_TOUCH)
     20   XLAT(V4L2_INPUT_TYPE_TOUCH),
     21 #endif
     22  XLAT_END
     23 };
     24 
     25 #endif /* !IN_MPERS */
     26