1/* Generated by ./xlat/gen.sh from ./xlat/tcxonc_options.in; do not edit. */
2
3#ifdef IN_MPERS
4
5# error static const struct xlat tcxonc_options in mpers mode
6
7#else
8
9static
10const struct xlat tcxonc_options[] = {
11#if defined(TCOOFF) || (defined(HAVE_DECL_TCOOFF) && HAVE_DECL_TCOOFF)
12  XLAT(TCOOFF),
13#endif
14#if defined(TCOON) || (defined(HAVE_DECL_TCOON) && HAVE_DECL_TCOON)
15  XLAT(TCOON),
16#endif
17#if defined(TCIOFF) || (defined(HAVE_DECL_TCIOFF) && HAVE_DECL_TCIOFF)
18  XLAT(TCIOFF),
19#endif
20#if defined(TCION) || (defined(HAVE_DECL_TCION) && HAVE_DECL_TCION)
21  XLAT(TCION),
22#endif
23 XLAT_END
24};
25
26#endif /* !IN_MPERS */
27