hv1_structs/
lib.rs

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

//! Data structures that may be useful when working with hv1_hypercall.

mod proc_mask;
mod vtl_array;

pub use proc_mask::*;
pub use vtl_array::*;