• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/tcflsh_options.in; do not edit. */
2 
3 #ifdef IN_MPERS
4 
5 # error static const struct xlat tcflsh_options in mpers mode
6 
7 #else
8 
9 static
10 const struct xlat tcflsh_options[] = {
11 #if defined(TCIFLUSH) || (defined(HAVE_DECL_TCIFLUSH) && HAVE_DECL_TCIFLUSH)
12   XLAT(TCIFLUSH),
13 #endif
14 #if defined(TCOFLUSH) || (defined(HAVE_DECL_TCOFLUSH) && HAVE_DECL_TCOFLUSH)
15   XLAT(TCOFLUSH),
16 #endif
17 #if defined(TCIOFLUSH) || (defined(HAVE_DECL_TCIOFLUSH) && HAVE_DECL_TCIOFLUSH)
18   XLAT(TCIOFLUSH),
19 #endif
20  XLAT_END
21 };
22 
23 #endif /* !IN_MPERS */
24