Files
RedBear-OS/src/header/sys_syscall/mod.rs
T
2026-04-20 09:09:42 +07:00

6 lines
172 B
Rust

// copied from sc crate
#[cfg(all(target_os = "linux", target_arch = "aarch64"))]
pub mod aarch64;
#[cfg(all(target_os = "linux", target_arch = "x86_64"))]
pub mod x86_64;