summaryrefslogtreecommitdiff
path: root/src/unix/notbsd/linux/other/b32/powerpc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/unix/notbsd/linux/other/b32/powerpc.rs')
-rw-r--r--src/unix/notbsd/linux/other/b32/powerpc.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/unix/notbsd/linux/other/b32/powerpc.rs b/src/unix/notbsd/linux/other/b32/powerpc.rs
index 90c8f50347..a64f07528a 100644
--- a/src/unix/notbsd/linux/other/b32/powerpc.rs
+++ b/src/unix/notbsd/linux/other/b32/powerpc.rs
@@ -241,6 +241,8 @@ pub const TIOCSPGRP: ::c_ulong = 0x80047476;
pub const TIOCOUTQ: ::c_ulong = 0x40047473;
pub const TIOCGWINSZ: ::c_ulong = 0x40087468;
pub const TIOCSWINSZ: ::c_ulong = 0x80087467;
+pub const TIOCGRS485: ::c_int = 0x542e;
+pub const TIOCSRS485: ::c_int = 0x542f;
pub const FIONREAD: ::c_ulong = 0x4004667f;
pub const SYS_restart_syscall: ::c_long = 0;