1#[cfg(target_os = "linux")] 2pub mod kernel; 3 4#[cfg(target_os = "openbsd")] 5pub mod openbsd; 6 7pub mod userspace;