• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/modem_flags.in; do not edit. */
2 
3 #ifdef IN_MPERS
4 
5 # error static const struct xlat modem_flags in mpers mode
6 
7 #else
8 
9 static
10 const struct xlat modem_flags[] = {
11 #if defined(TIOCM_LE) || (defined(HAVE_DECL_TIOCM_LE) && HAVE_DECL_TIOCM_LE)
12   XLAT(TIOCM_LE),
13 #endif
14 #if defined(TIOCM_DTR) || (defined(HAVE_DECL_TIOCM_DTR) && HAVE_DECL_TIOCM_DTR)
15   XLAT(TIOCM_DTR),
16 #endif
17 #if defined(TIOCM_RTS) || (defined(HAVE_DECL_TIOCM_RTS) && HAVE_DECL_TIOCM_RTS)
18   XLAT(TIOCM_RTS),
19 #endif
20 #if defined(TIOCM_ST) || (defined(HAVE_DECL_TIOCM_ST) && HAVE_DECL_TIOCM_ST)
21   XLAT(TIOCM_ST),
22 #endif
23 #if defined(TIOCM_SR) || (defined(HAVE_DECL_TIOCM_SR) && HAVE_DECL_TIOCM_SR)
24   XLAT(TIOCM_SR),
25 #endif
26 #if defined(TIOCM_CTS) || (defined(HAVE_DECL_TIOCM_CTS) && HAVE_DECL_TIOCM_CTS)
27   XLAT(TIOCM_CTS),
28 #endif
29 #if defined(TIOCM_CAR) || (defined(HAVE_DECL_TIOCM_CAR) && HAVE_DECL_TIOCM_CAR)
30   XLAT(TIOCM_CAR),
31 #endif
32 #if defined(TIOCM_CD) || (defined(HAVE_DECL_TIOCM_CD) && HAVE_DECL_TIOCM_CD)
33   XLAT(TIOCM_CD),
34 #endif
35 #if defined(TIOCM_RNG) || (defined(HAVE_DECL_TIOCM_RNG) && HAVE_DECL_TIOCM_RNG)
36   XLAT(TIOCM_RNG),
37 #endif
38 #if defined(TIOCM_RI) || (defined(HAVE_DECL_TIOCM_RI) && HAVE_DECL_TIOCM_RI)
39   XLAT(TIOCM_RI),
40 #endif
41 #if defined(TIOCM_DSR) || (defined(HAVE_DECL_TIOCM_DSR) && HAVE_DECL_TIOCM_DSR)
42   XLAT(TIOCM_DSR),
43 #endif
44  XLAT_END
45 };
46 
47 #endif /* !IN_MPERS */
48