1//! Linux ABI per-device translation layer.
2//!
3//! This module contains translation helpers for Linux-specific ioctls and other
4//! per-device quirks. The kernel core remains ABI-neutral; any Linux/POSIX
5//! specifics are mapped here onto Scarlet-native device controls.
67pub mod tty;