// SPDX-License-Identifier: MIT
// Copyright 2023 IROX Contributors
//!
//! Linux x86_64 System Calls (SYSCALLs)
//!
//#[cfg(any(not(target_os = "linux"), not(target_arch = "x86_64")))]
//compile_error!("Only linux x86_64 currently supported. Submit a PR!");
extern crate alloc;