summaryrefslogtreecommitdiff
path: root/src/unix/notbsd/linux/other/b64/x86_64.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/unix/notbsd/linux/other/b64/x86_64.rs')
-rw-r--r--src/unix/notbsd/linux/other/b64/x86_64.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/unix/notbsd/linux/other/b64/x86_64.rs b/src/unix/notbsd/linux/other/b64/x86_64.rs
index 0ef80014d0..fb39bf32de 100644
--- a/src/unix/notbsd/linux/other/b64/x86_64.rs
+++ b/src/unix/notbsd/linux/other/b64/x86_64.rs
@@ -332,6 +332,8 @@ cfg_if! {
pub const TIOCGSOFTCAR: ::c_ulong = 0x5419;
pub const TIOCSSOFTCAR: ::c_ulong = 0x541A;
+pub const TIOCGRS485: ::c_int = 0x542E;
+pub const TIOCSRS485: ::c_int = 0x542F;
pub const RLIMIT_NOFILE: ::c_int = 7;
pub const RLIMIT_NPROC: ::c_int = 6;