occlum/tools/toolchains/utils_lib/src/prelude.rs
2024-10-27 15:51:53 +02:00

7 lines
220 B
Rust

pub use libc::{c_int, c_void, close, ioctl, open, O_RDONLY};
pub use std::boxed::Box;
pub use std::io::Error;
// Defined in "occlum/deps/rust-sgx-sdk/sgx_types"
pub use sgx_types::{sgx_key_128bit_t, sgx_key_request_t};