• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/tcxonc_options.in; do not edit. */
2 
3 #include "gcc_compat.h"
4 #include "static_assert.h"
5 
6 
7 #ifndef XLAT_MACROS_ONLY
8 
9 # ifdef IN_MPERS
10 
11 #  error static const struct xlat tcxonc_options in mpers mode
12 
13 # else
14 
15 static
16 const struct xlat tcxonc_options[] = {
17 #if defined(TCOOFF) || (defined(HAVE_DECL_TCOOFF) && HAVE_DECL_TCOOFF)
18   XLAT(TCOOFF),
19 #endif
20 #if defined(TCOON) || (defined(HAVE_DECL_TCOON) && HAVE_DECL_TCOON)
21   XLAT(TCOON),
22 #endif
23 #if defined(TCIOFF) || (defined(HAVE_DECL_TCIOFF) && HAVE_DECL_TCIOFF)
24   XLAT(TCIOFF),
25 #endif
26 #if defined(TCION) || (defined(HAVE_DECL_TCION) && HAVE_DECL_TCION)
27   XLAT(TCION),
28 #endif
29  XLAT_END
30 };
31 
32 # endif /* !IN_MPERS */
33 
34 #endif /* !XLAT_MACROS_ONLY */
35