File tree 9 files changed +9
-0
lines changed
9 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -733,6 +733,7 @@ pub const B19200: ::speed_t = 0o000016;
733
733
pub const B38400 : :: speed_t = 0o000017 ;
734
734
pub const EXTA : :: speed_t = B19200 ;
735
735
pub const EXTB : :: speed_t = B38400 ;
736
+ pub const BOTHER : :: speed_t = 0o010000 ;
736
737
pub const B57600 : :: speed_t = 0o010001 ;
737
738
pub const B115200 : :: speed_t = 0o010002 ;
738
739
pub const B230400 : :: speed_t = 0o010003 ;
Original file line number Diff line number Diff line change @@ -591,6 +591,7 @@ pub const B19200: ::speed_t = 0o000016;
591
591
pub const B38400 : :: speed_t = 0o000017 ;
592
592
pub const EXTA : :: speed_t = B19200 ;
593
593
pub const EXTB : :: speed_t = B38400 ;
594
+ pub const BOTHER : :: speed_t = 0o010000 ;
594
595
pub const B57600 : :: speed_t = 0o010001 ;
595
596
pub const B115200 : :: speed_t = 0o010002 ;
596
597
pub const B230400 : :: speed_t = 0o010003 ;
Original file line number Diff line number Diff line change @@ -175,6 +175,7 @@ pub const B19200: ::speed_t = 0o000016;
175
175
pub const B38400 : :: speed_t = 0o000017 ;
176
176
pub const EXTA : :: speed_t = B19200 ;
177
177
pub const EXTB : :: speed_t = B38400 ;
178
+ pub const BOTHER : :: speed_t = 0o010000 ;
178
179
pub const B57600 : :: speed_t = 0o010001 ;
179
180
pub const B115200 : :: speed_t = 0o010002 ;
180
181
pub const B230400 : :: speed_t = 0o010003 ;
Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ pub const B2500000: ::speed_t = 0o0033;
187
187
pub const B3000000 : :: speed_t = 0o0034 ;
188
188
pub const B3500000 : :: speed_t = 0o0035 ;
189
189
pub const B4000000 : :: speed_t = 0o0036 ;
190
+ pub const BOTHER : :: speed_t = 0o0037 ;
190
191
191
192
pub const VEOL : usize = 6 ;
192
193
pub const VEOL2 : usize = 8 ;
Original file line number Diff line number Diff line change @@ -273,6 +273,7 @@ pub const B19200: ::speed_t = 0o000016;
273
273
pub const B38400 : :: speed_t = 0o000017 ;
274
274
pub const EXTA : :: speed_t = B19200 ;
275
275
pub const EXTB : :: speed_t = B38400 ;
276
+ pub const BOTHER : :: speed_t = 0o010000 ;
276
277
pub const B57600 : :: speed_t = 0o010001 ;
277
278
pub const B115200 : :: speed_t = 0o010002 ;
278
279
pub const B230400 : :: speed_t = 0o010003 ;
Original file line number Diff line number Diff line change @@ -415,6 +415,7 @@ pub const B19200: ::speed_t = 0o000016;
415
415
pub const B38400 : :: speed_t = 0o000017 ;
416
416
pub const EXTA : :: speed_t = B19200 ;
417
417
pub const EXTB : :: speed_t = B38400 ;
418
+ pub const BOTHER : :: speed_t = 0o010000 ;
418
419
pub const B57600 : :: speed_t = 0o010001 ;
419
420
pub const B115200 : :: speed_t = 0o010002 ;
420
421
pub const B230400 : :: speed_t = 0o010003 ;
Original file line number Diff line number Diff line change @@ -427,6 +427,7 @@ pub const B2500000: ::speed_t = 0o0033;
427
427
pub const B3000000 : :: speed_t = 0o0034 ;
428
428
pub const B3500000 : :: speed_t = 0o0035 ;
429
429
pub const B4000000 : :: speed_t = 0o0036 ;
430
+ pub const BOTHER : :: speed_t = 0o0037 ;
430
431
431
432
pub const VEOL : usize = 6 ;
432
433
pub const VEOL2 : usize = 8 ;
Original file line number Diff line number Diff line change @@ -532,6 +532,7 @@ pub const B19200: ::speed_t = 0o000016;
532
532
pub const B38400 : :: speed_t = 0o000017 ;
533
533
pub const EXTA : :: speed_t = B19200 ;
534
534
pub const EXTB : :: speed_t = B38400 ;
535
+ pub const BOTHER : :: speed_t = 0o010000 ;
535
536
pub const B57600 : :: speed_t = 0o010001 ;
536
537
pub const B115200 : :: speed_t = 0o010002 ;
537
538
pub const B230400 : :: speed_t = 0o010003 ;
Original file line number Diff line number Diff line change @@ -849,6 +849,7 @@ pub const PARODD: ::tcflag_t = 0o001000;
849
849
pub const HUPCL : :: tcflag_t = 0o002000 ;
850
850
pub const CLOCAL : :: tcflag_t = 0o004000 ;
851
851
pub const CBAUDEX : :: tcflag_t = 0o010000 ;
852
+ pub const BOTHER : :: speed_t = 0o010000 ;
852
853
pub const B57600 : :: speed_t = 0o010001 ;
853
854
pub const B115200 : :: speed_t = 0o010002 ;
854
855
pub const B230400 : :: speed_t = 0o010003 ;
You can’t perform that action at this time.
0 commit comments