syscalls_rust/
syscalls.rs

1
2#[cfg(feature = "arch64")]
3pub mod arch64; // x86 64 bit, x86-64 abi
4