Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/v4l2_tuner_types.in; do not edit. */
      2 
      3 #ifdef IN_MPERS
      4 
      5 extern const struct xlat v4l2_tuner_types[];
      6 
      7 #else
      8 
      9 # if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
     10 static
     11 # endif
     12 const struct xlat v4l2_tuner_types[] = {
     13 #if defined(V4L2_TUNER_RADIO) || (defined(HAVE_DECL_V4L2_TUNER_RADIO) && HAVE_DECL_V4L2_TUNER_RADIO)
     14   XLAT(V4L2_TUNER_RADIO),
     15 #endif
     16 #if defined(V4L2_TUNER_ANALOG_TV) || (defined(HAVE_DECL_V4L2_TUNER_ANALOG_TV) && HAVE_DECL_V4L2_TUNER_ANALOG_TV)
     17   XLAT(V4L2_TUNER_ANALOG_TV),
     18 #endif
     19 #if defined(V4L2_TUNER_DIGITAL_TV) || (defined(HAVE_DECL_V4L2_TUNER_DIGITAL_TV) && HAVE_DECL_V4L2_TUNER_DIGITAL_TV)
     20   XLAT(V4L2_TUNER_DIGITAL_TV),
     21 #endif
     22 #if defined(V4L2_TUNER_ADC) || (defined(HAVE_DECL_V4L2_TUNER_ADC) && HAVE_DECL_V4L2_TUNER_ADC)
     23   XLAT(V4L2_TUNER_ADC),
     24 #endif
     25 #if defined(V4L2_TUNER_SDR) || (defined(HAVE_DECL_V4L2_TUNER_SDR) && HAVE_DECL_V4L2_TUNER_SDR)
     26   XLAT(V4L2_TUNER_SDR),
     27 #endif
     28 #if defined(V4L2_TUNER_RF) || (defined(HAVE_DECL_V4L2_TUNER_RF) && HAVE_DECL_V4L2_TUNER_RF)
     29   XLAT(V4L2_TUNER_RF),
     30 #endif
     31  XLAT_END
     32 };
     33 
     34 #endif /* !IN_MPERS */
     35