//! DXE Core CPU initialization types.
//!
//! This module provides the [EfiCpu] type used for boot-time CPU initialization. The [EfiCpu]
//! struct is architecture specific and selected at compile time based on the target architecture.
//!
//! ## License
//!
//! Copyright (c) Microsoft Corporation.
//!
//! SPDX-License-Identifier: Apache-2.0
//!
pub
pub
cfg_if!