patina 21.1.1

Common types and functionality used in UEFI development.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Management Mode (MM) SDK for Patina
//!
//! This crate provides the Management Mode (MM) related definitions for Patina.
//!
//! ## License
//!
//! Copyright (C) Microsoft Corporation.
//!
//! SPDX-License-Identifier: Apache-2.0
//!

pub mod comm_buffer_hob;
pub mod protocol;

// Re-export commonly used items for easier access
pub use comm_buffer_hob::MmCommBufferStatus;