VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/SmmCpuIo2.h@ 105681

最後變更 在這個檔案從105681是 99404,由 vboxsync 提交於 2 年 前

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 846 位元組
 
1/** @file
2 SMM CPU I/O 2 protocol as defined in the PI 1.2 specification.
3
4 This protocol provides CPU I/O and memory access within SMM.
5
6 Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.<BR>
7 SPDX-License-Identifier: BSD-2-Clause-Patent
8
9**/
10
11#ifndef _SMM_CPU_IO2_H_
12#define _SMM_CPU_IO2_H_
13
14#include <Protocol/MmCpuIo.h>
15
16#define EFI_SMM_CPU_IO2_PROTOCOL_GUID EFI_MM_CPU_IO_PROTOCOL_GUID
17
18typedef EFI_MM_CPU_IO_PROTOCOL EFI_SMM_CPU_IO2_PROTOCOL;
19
20///
21/// Width of the SMM CPU I/O operations
22///
23#define SMM_IO_UINT8 MM_IO_UINT8
24#define SMM_IO_UINT16 MM_IO_UINT16
25#define SMM_IO_UINT32 MM_IO_UINT32
26#define SMM_IO_UINT64 MM_IO_UINT64
27
28typedef EFI_MM_IO_WIDTH EFI_SMM_IO_WIDTH;
29typedef EFI_MM_CPU_IO EFI_SMM_CPU_IO2;
30
31typedef EFI_MM_IO_ACCESS EFI_SMM_IO_ACCESS2;
32
33extern EFI_GUID gEfiSmmCpuIo2ProtocolGuid;
34
35#endif
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette