// Copyright 2021-2022 Alibaba Cloud. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
//! Constants, Structs and Utilities to setup boot environment for virtual machines.
pub use *;
pub use *;
/// Specialized [std::result::Result] for boot related operations.
pub type Result<T> = Result;
/// Type for passing information about the initrd in the guest memory.