1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
34//! The crate includes the abstraction layer of Linux SEV-SNP Guest APIs and
5//! definitions of data structures according to SEV-SNP specification.
67pub mod protocol;
89#[cfg(target_os = "linux")]
10pub mod ioctl;