blob: 99ce86fcaddb51bf312130c5f7fdd52de4f037fd [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/tcflsh_options.in; do not edit. */
2
3static const struct xlat tcflsh_options[] = {
4#if defined(TCIFLUSH) || (defined(HAVE_DECL_TCIFLUSH) && HAVE_DECL_TCIFLUSH)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(TCIFLUSH),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(TCOFLUSH) || (defined(HAVE_DECL_TCOFLUSH) && HAVE_DECL_TCOFLUSH)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(TCOFLUSH),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(TCIOFLUSH) || (defined(HAVE_DECL_TCIOFLUSH) && HAVE_DECL_TCIOFLUSH)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(TCIOFLUSH),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070013 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070014};