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