blob: 1726028dc2f99f6bf8abafbce241e0ecd8eda575 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/modem_flags.in; do not edit. */
2
3static const struct xlat modem_flags[] = {
4#if defined(TIOCM_LE) || (defined(HAVE_DECL_TIOCM_LE) && HAVE_DECL_TIOCM_LE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(TIOCM_LE),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(TIOCM_DTR) || (defined(HAVE_DECL_TIOCM_DTR) && HAVE_DECL_TIOCM_DTR)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(TIOCM_DTR),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(TIOCM_RTS) || (defined(HAVE_DECL_TIOCM_RTS) && HAVE_DECL_TIOCM_RTS)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(TIOCM_RTS),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
13#if defined(TIOCM_ST) || (defined(HAVE_DECL_TIOCM_ST) && HAVE_DECL_TIOCM_ST)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070014 XLAT(TIOCM_ST),
Elliott Hughes82728372014-06-06 22:49:31 -070015#endif
16#if defined(TIOCM_SR) || (defined(HAVE_DECL_TIOCM_SR) && HAVE_DECL_TIOCM_SR)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070017 XLAT(TIOCM_SR),
Elliott Hughes82728372014-06-06 22:49:31 -070018#endif
19#if defined(TIOCM_CTS) || (defined(HAVE_DECL_TIOCM_CTS) && HAVE_DECL_TIOCM_CTS)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070020 XLAT(TIOCM_CTS),
Elliott Hughes82728372014-06-06 22:49:31 -070021#endif
22#if defined(TIOCM_CAR) || (defined(HAVE_DECL_TIOCM_CAR) && HAVE_DECL_TIOCM_CAR)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070023 XLAT(TIOCM_CAR),
Elliott Hughes82728372014-06-06 22:49:31 -070024#endif
25#if defined(TIOCM_CD) || (defined(HAVE_DECL_TIOCM_CD) && HAVE_DECL_TIOCM_CD)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070026 XLAT(TIOCM_CD),
Elliott Hughes82728372014-06-06 22:49:31 -070027#endif
28#if defined(TIOCM_RNG) || (defined(HAVE_DECL_TIOCM_RNG) && HAVE_DECL_TIOCM_RNG)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070029 XLAT(TIOCM_RNG),
Elliott Hughes82728372014-06-06 22:49:31 -070030#endif
31#if defined(TIOCM_RI) || (defined(HAVE_DECL_TIOCM_RI) && HAVE_DECL_TIOCM_RI)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070032 XLAT(TIOCM_RI),
Elliott Hughes82728372014-06-06 22:49:31 -070033#endif
34#if defined(TIOCM_DSR) || (defined(HAVE_DECL_TIOCM_DSR) && HAVE_DECL_TIOCM_DSR)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070035 XLAT(TIOCM_DSR),
Elliott Hughes82728372014-06-06 22:49:31 -070036#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070037 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070038};