1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
34//! Data structures that may be useful when working with hv1_hypercall.
56#![forbid(unsafe_code)]
78mod proc_mask;
9mod vtl_array;
1011pub use proc_mask::*;
12pub use vtl_array::*;