File tree Expand file tree Collapse file tree 6 files changed +18
-0
lines changed
src/unix/notbsd/linux/musl Expand file tree Collapse file tree 6 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -467,6 +467,9 @@ pub const TIOCMSET: ::c_int = 0x5418;
467
467
pub const FIONREAD : :: c_int = 0x541B ;
468
468
pub const TIOCCONS : :: c_int = 0x541D ;
469
469
470
+ pub const TIOCGRS485 : :: c_int = 0x542E ;
471
+ pub const TIOCSRS485 : :: c_int = 0x542F ;
472
+
470
473
pub const POLLWRNORM : :: c_short = 0x100 ;
471
474
pub const POLLWRBAND : :: c_short = 0x200 ;
472
475
Original file line number Diff line number Diff line change @@ -478,6 +478,9 @@ pub const TIOCMSET: ::c_int = 0x741A;
478
478
pub const FIONREAD : :: c_int = 0x467F ;
479
479
pub const TIOCCONS : :: c_int = 0x80047478 ;
480
480
481
+ pub const TIOCGRS485 : :: c_int = 0x4020542E ;
482
+ pub const TIOCSRS485 : :: c_int = 0xC020542F ;
483
+
481
484
pub const POLLWRNORM : :: c_short = 0x4 ;
482
485
pub const POLLWRBAND : :: c_short = 0x100 ;
483
486
Original file line number Diff line number Diff line change @@ -470,6 +470,9 @@ pub const TIOCMSET: ::c_int = 0x5418;
470
470
pub const FIONREAD : :: c_int = 0x4004667F ;
471
471
pub const TIOCCONS : :: c_int = 0x541D ;
472
472
473
+ pub const TIOCGRS485 : :: c_int = 0x542e ;
474
+ pub const TIOCSRS485 : :: c_int = 0x542f ;
475
+
473
476
pub const POLLWRNORM : :: c_short = 0x100 ;
474
477
pub const POLLWRBAND : :: c_short = 0x200 ;
475
478
Original file line number Diff line number Diff line change @@ -481,6 +481,9 @@ pub const TIOCMSET: ::c_int = 0x5418;
481
481
pub const FIONREAD : :: c_int = 0x541B ;
482
482
pub const TIOCCONS : :: c_int = 0x541D ;
483
483
484
+ pub const TIOCGRS485 : :: c_int = 0x542E ;
485
+ pub const TIOCSRS485 : :: c_int = 0x542F ;
486
+
484
487
pub const POLLWRNORM : :: c_short = 0x100 ;
485
488
pub const POLLWRBAND : :: c_short = 0x200 ;
486
489
Original file line number Diff line number Diff line change @@ -459,6 +459,9 @@ pub const TIOCMSET: ::c_int = 0x5418;
459
459
pub const FIONREAD : :: c_int = 0x541B ;
460
460
pub const TIOCCONS : :: c_int = 0x541D ;
461
461
462
+ pub const TIOCGRS485 : :: c_int = 0x542E ;
463
+ pub const TIOCSRS485 : :: c_int = 0x542F ;
464
+
462
465
pub const TIOCM_LE : :: c_int = 0x001 ;
463
466
pub const TIOCM_DTR : :: c_int = 0x002 ;
464
467
pub const TIOCM_RTS : :: c_int = 0x004 ;
Original file line number Diff line number Diff line change @@ -493,6 +493,9 @@ pub const TIOCM_DSR: ::c_ulong = 0x100;
493
493
pub const TIOCM_CD : :: c_ulong = TIOCM_CAR ;
494
494
pub const TIOCM_RI : :: c_ulong = TIOCM_RNG ;
495
495
496
+ pub const TIOCGRS485 : :: c_ulong = 0x542E ;
497
+ pub const TIOCSRS485 : :: c_ulong = 0x542F ;
498
+
496
499
pub const RLIMIT_NLIMITS : :: c_int = 15 ;
497
500
pub const TIOCINQ : :: c_ulong = :: FIONREAD ;
498
501
pub const MCL_CURRENT : :: c_int = 0x2000 ;
You can’t perform that action at this time.
0 commit comments