• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/baud_options.in; do not edit. */
2 
3 #ifdef IN_MPERS
4 
5 # error static const struct xlat baud_options in mpers mode
6 
7 #else
8 
9 static
10 const struct xlat baud_options[] = {
11 #if defined(B0) || (defined(HAVE_DECL_B0) && HAVE_DECL_B0)
12   XLAT(B0),
13 #endif
14 #if defined(B50) || (defined(HAVE_DECL_B50) && HAVE_DECL_B50)
15   XLAT(B50),
16 #endif
17 #if defined(B75) || (defined(HAVE_DECL_B75) && HAVE_DECL_B75)
18   XLAT(B75),
19 #endif
20 #if defined(B110) || (defined(HAVE_DECL_B110) && HAVE_DECL_B110)
21   XLAT(B110),
22 #endif
23 #if defined(B134) || (defined(HAVE_DECL_B134) && HAVE_DECL_B134)
24   XLAT(B134),
25 #endif
26 #if defined(B150) || (defined(HAVE_DECL_B150) && HAVE_DECL_B150)
27   XLAT(B150),
28 #endif
29 #if defined(B200) || (defined(HAVE_DECL_B200) && HAVE_DECL_B200)
30   XLAT(B200),
31 #endif
32 #if defined(B300) || (defined(HAVE_DECL_B300) && HAVE_DECL_B300)
33   XLAT(B300),
34 #endif
35 #if defined(B600) || (defined(HAVE_DECL_B600) && HAVE_DECL_B600)
36   XLAT(B600),
37 #endif
38 #if defined(B1200) || (defined(HAVE_DECL_B1200) && HAVE_DECL_B1200)
39   XLAT(B1200),
40 #endif
41 #if defined(B1800) || (defined(HAVE_DECL_B1800) && HAVE_DECL_B1800)
42   XLAT(B1800),
43 #endif
44 #if defined(B2400) || (defined(HAVE_DECL_B2400) && HAVE_DECL_B2400)
45   XLAT(B2400),
46 #endif
47 #if defined(B4800) || (defined(HAVE_DECL_B4800) && HAVE_DECL_B4800)
48   XLAT(B4800),
49 #endif
50 #if defined(B9600) || (defined(HAVE_DECL_B9600) && HAVE_DECL_B9600)
51   XLAT(B9600),
52 #endif
53 #if defined(B19200) || (defined(HAVE_DECL_B19200) && HAVE_DECL_B19200)
54   XLAT(B19200),
55 #endif
56 #if defined(B38400) || (defined(HAVE_DECL_B38400) && HAVE_DECL_B38400)
57   XLAT(B38400),
58 #endif
59 #if defined(B57600) || (defined(HAVE_DECL_B57600) && HAVE_DECL_B57600)
60   XLAT(B57600),
61 #endif
62 #if defined(B115200) || (defined(HAVE_DECL_B115200) && HAVE_DECL_B115200)
63   XLAT(B115200),
64 #endif
65 #if defined(B230400) || (defined(HAVE_DECL_B230400) && HAVE_DECL_B230400)
66   XLAT(B230400),
67 #endif
68 #if defined(B460800) || (defined(HAVE_DECL_B460800) && HAVE_DECL_B460800)
69   XLAT(B460800),
70 #endif
71 #if defined(B500000) || (defined(HAVE_DECL_B500000) && HAVE_DECL_B500000)
72   XLAT(B500000),
73 #endif
74 #if defined(B576000) || (defined(HAVE_DECL_B576000) && HAVE_DECL_B576000)
75   XLAT(B576000),
76 #endif
77 #if defined(B921600) || (defined(HAVE_DECL_B921600) && HAVE_DECL_B921600)
78   XLAT(B921600),
79 #endif
80 #if defined(B1000000) || (defined(HAVE_DECL_B1000000) && HAVE_DECL_B1000000)
81   XLAT(B1000000),
82 #endif
83 #if defined(B1152000) || (defined(HAVE_DECL_B1152000) && HAVE_DECL_B1152000)
84   XLAT(B1152000),
85 #endif
86 #if defined(B1500000) || (defined(HAVE_DECL_B1500000) && HAVE_DECL_B1500000)
87   XLAT(B1500000),
88 #endif
89 #if defined(B2000000) || (defined(HAVE_DECL_B2000000) && HAVE_DECL_B2000000)
90   XLAT(B2000000),
91 #endif
92 #if defined(B2500000) || (defined(HAVE_DECL_B2500000) && HAVE_DECL_B2500000)
93   XLAT(B2500000),
94 #endif
95 #if defined(B3000000) || (defined(HAVE_DECL_B3000000) && HAVE_DECL_B3000000)
96   XLAT(B3000000),
97 #endif
98 #if defined(B3500000) || (defined(HAVE_DECL_B3500000) && HAVE_DECL_B3500000)
99   XLAT(B3500000),
100 #endif
101 #if defined(B4000000) || (defined(HAVE_DECL_B4000000) && HAVE_DECL_B4000000)
102   XLAT(B4000000),
103 #endif
104 #if defined(EXTA) || (defined(HAVE_DECL_EXTA) && HAVE_DECL_EXTA)
105   XLAT(EXTA),
106 #endif
107 #if defined(EXTB) || (defined(HAVE_DECL_EXTB) && HAVE_DECL_EXTB)
108   XLAT(EXTB),
109 #endif
110  XLAT_END
111 };
112 
113 #endif /* !IN_MPERS */
114