]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Protocol/SmmFirmwareVolumeBlock.h
MdeModulePkg: Add match2 opcode support in SetupBrowserDxe and sample code in DriverS...
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / SmmFirmwareVolumeBlock.h
CommitLineData
8a2d4996 1/** @file\r
2 SMM Firmware Volume Block protocol is related to EDK II-specific implementation of\r
3 FVB driver, provides control over block-oriented firmware devices and is intended \r
4 to use in the EFI SMM environment.\r
5\r
b57cc035 6Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>\r
8a2d4996 7This program and the accompanying materials are licensed and made available under \r
8the terms and conditions of the BSD License that accompanies this distribution. \r
9The full text of the license may be found at\r
10http://opensource.org/licenses/bsd-license.php. \r
11 \r
12THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
13WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
14\r
15**/\r
16\r
17#ifndef __SMM_FIRMWARE_VOLUME_BLOCK_H__\r
18#define __SMM_FIRMWARE_VOLUME_BLOCK_H__\r
19\r
20#include <Protocol/FirmwareVolumeBlock.h>\r
21\r
22#define EFI_SMM_FIRMWARE_VOLUME_BLOCK_PROTOCOL_GUID \\r
23 { \\r
b57cc035 24 0xd326d041, 0xbd31, 0x4c01, { 0xb5, 0xa8, 0x62, 0x8b, 0xe8, 0x7f, 0x6, 0x53 } \\r
8a2d4996 25 }\r
26\r
27//\r
28// SMM Firmware Volume Block protocol structure is the same as Firmware Volume Block \r
29// protocol. The SMM one is intend to run in SMM environment, which means it can be \r
30// used by SMM drivers after ExitPmAuth. \r
31// \r
32typedef EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL EFI_SMM_FIRMWARE_VOLUME_BLOCK_PROTOCOL;\r
33\r
34extern EFI_GUID gEfiSmmFirmwareVolumeBlockProtocolGuid;\r
35\r
36#endif\r