blob: ec2d938ed83672243b9b48a1ad8a3ba331783a59 [file]
//! System bindings for the Trusty OS.
#[path = "../unsupported/common.rs"]
#[deny(unsafe_op_in_unsafe_fn)]
mod common;
pub use common::*;