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
//! MM Protocol Definitions
//!
//! This module contains protocol-related structures and definitions for MM (Management Mode) communication.
//!
//! ## License
//!
//! Copyright (C) Microsoft Corporation.
//!
//! SPDX-License-Identifier: Apache-2.0

pub mod mm_comm_buffer_update;
pub mod mm_supervisor_request;