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