diff options
author | 2016-01-22 22:57:19 +0100 | |
---|---|---|
committer | 2016-01-22 22:57:19 +0100 | |
commit | 77a4064e9bd21e8b711aa41c69437c061edce42c (patch) | |
tree | 6f989b3257916420d418e77f7271e5bbc7d49ca9 /src/lib.rs | |
parent | cf52999ff084bdee44ab357b9d99de5843eabc15 (diff) | |
download | rust-x86-77a4064e9bd21e8b711aa41c69437c061edce42c.tar.gz rust-x86-77a4064e9bd21e8b711aa41c69437c061edce42c.tar.zst rust-x86-77a4064e9bd21e8b711aa41c69437c061edce42c.zip |
Initial SGX functionality.
Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ pub mod segmentation; pub mod task; pub mod dtables; pub mod syscall; +pub mod sgx; #[cfg(feature = "performance-counter")] pub mod perfcnt; pub mod cpuid { |