1 /* Generated by ./xlat/gen.sh from ./xlat/tcflsh_options.in; do not edit. */ 2 3 static const struct xlat tcflsh_options[] = { 4 #if defined(TCIFLUSH) || (defined(HAVE_DECL_TCIFLUSH) && HAVE_DECL_TCIFLUSH) 5 XLAT(TCIFLUSH), 6 #endif 7 #if defined(TCOFLUSH) || (defined(HAVE_DECL_TCOFLUSH) && HAVE_DECL_TCOFLUSH) 8 XLAT(TCOFLUSH), 9 #endif 10 #if defined(TCIOFLUSH) || (defined(HAVE_DECL_TCIOFLUSH) && HAVE_DECL_TCIOFLUSH) 11 XLAT(TCIOFLUSH), 12 #endif 13 XLAT_END 14 }; 15