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