sev_guest_device/
lib.rs

1
2
3
4
5
6
7
8
9
10
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

//! The crate includes the abstraction layer of Linux SEV-SNP Guest APIs and
//! definitions of data structures according to SEV-SNP specification.

pub mod protocol;

#[cfg(target_os = "linux")]
pub mod ioctl;