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 # error static const struct xlat v4l2_input_types in mpers mode
      6 
      7 #else
      8 
      9 static
     10 const struct xlat v4l2_input_types[] = {
     11 #if defined(V4L2_INPUT_TYPE_TUNER) || (defined(HAVE_DECL_V4L2_INPUT_TYPE_TUNER) && HAVE_DECL_V4L2_INPUT_TYPE_TUNER)
     12   XLAT(V4L2_INPUT_TYPE_TUNER),
     13 #endif
     14 #if defined(V4L2_INPUT_TYPE_CAMERA) || (defined(HAVE_DECL_V4L2_INPUT_TYPE_CAMERA) && HAVE_DECL_V4L2_INPUT_TYPE_CAMERA)
     15   XLAT(V4L2_INPUT_TYPE_CAMERA),
     16 #endif
     17  XLAT_END
     18 };
     19 
     20 #endif /* !IN_MPERS */
     21