blob: ed243beed73bb0e2d53e6d2f8108440e60a41201 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/tcxonc_options.in; do not edit. */
2
3static const struct xlat tcxonc_options[] = {
4#if defined(TCOOFF) || (defined(HAVE_DECL_TCOOFF) && HAVE_DECL_TCOOFF)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(TCOOFF),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(TCOON) || (defined(HAVE_DECL_TCOON) && HAVE_DECL_TCOON)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(TCOON),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(TCIOFF) || (defined(HAVE_DECL_TCIOFF) && HAVE_DECL_TCIOFF)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(TCIOFF),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
13#if defined(TCION) || (defined(HAVE_DECL_TCION) && HAVE_DECL_TCION)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070014 XLAT(TCION),
Elliott Hughes82728372014-06-06 22:49:31 -070015#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070016 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070017};