Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/tcxonc_options.in; do not edit. */
      2 
      3 static const struct xlat tcxonc_options[] = {
      4 #if defined(TCOOFF) || (defined(HAVE_DECL_TCOOFF) && HAVE_DECL_TCOOFF)
      5 	XLAT(TCOOFF),
      6 #endif
      7 #if defined(TCOON) || (defined(HAVE_DECL_TCOON) && HAVE_DECL_TCOON)
      8 	XLAT(TCOON),
      9 #endif
     10 #if defined(TCIOFF) || (defined(HAVE_DECL_TCIOFF) && HAVE_DECL_TCIOFF)
     11 	XLAT(TCIOFF),
     12 #endif
     13 #if defined(TCION) || (defined(HAVE_DECL_TCION) && HAVE_DECL_TCION)
     14 	XLAT(TCION),
     15 #endif
     16 	XLAT_END
     17 };
     18