VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Include/Protocol/SmmFaultTolerantWrite.h@ 77599

最後變更 在這個檔案從77599是 58466,由 vboxsync 提交於 9 年 前

EFI/Firmware: Merged in the svn:eol-style, svn:mime-type and trailing whitespace cleanup that was done after the initial UDK2014.SP1 import: svn merge /vendor/edk2/UDK2014.SP1 /vendor/edk2/current .

  • 屬性 svn:eol-style 設為 native
檔案大小: 1.5 KB
 
1/** @file
2 SMM Fault Tolerant Write protocol is related to EDK II-specific implementation of FTW,
3 provides boot-time service for fault tolerant write capability for block devices in
4 EFI SMM environment. The protocol provides for non-volatile storage of the intermediate
5 data and private information a caller would need to recover from a critical fault,
6 such as a power failure.
7
8Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
9This program and the accompanying materials are licensed and made available under
10the terms and conditions of the BSD License that accompanies this distribution.
11The full text of the license may be found at
12http://opensource.org/licenses/bsd-license.php.
13
14THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16
17**/
18
19#ifndef __SMM_FAULT_TOLERANT_WRITE_H__
20#define __SMM_FAULT_TOLERANT_WRITE_H__
21
22#include <Protocol/FaultTolerantWrite.h>
23
24#define EFI_SMM_FAULT_TOLERANT_WRITE_PROTOCOL_GUID \
25 { \
26 0x3868fc3b, 0x7e45, 0x43a7, { 0x90, 0x6c, 0x4b, 0xa4, 0x7d, 0xe1, 0x75, 0x4d } \
27 }
28
29//
30// SMM Fault Tolerant Write protocol structure is the same as Fault Tolerant Write protocol.
31// The SMM one is intend to run in SMM environment, which means it can be used by
32// SMM drivers after ExitPmAuth.
33//
34typedef EFI_FAULT_TOLERANT_WRITE_PROTOCOL EFI_SMM_FAULT_TOLERANT_WRITE_PROTOCOL;
35
36extern EFI_GUID gEfiSmmFaultTolerantWriteProtocolGuid;
37
38#endif
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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