// SPDX-License-Identifier: Apache-2.0
//! Modules for interfacing with SEV firmware.
//! Rust-friendly API wrappers to communicate with the FFI functions.
#[cfg(any(feature ="sev", feature ="snp"))]pubmodhost;#[cfg(feature ="snp")]pubmodguest;#[cfg(any(feature ="sev", feature ="snp"))]pub(crate)modlinux;