]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Protocol/SmmFirmwareVolumeBlock.h
Add SMM Variable implementation.
[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
6Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
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
24 0xf52fc9ff, 0x8025, 0x4432, { 0xa5, 0x3b, 0xb4, 0x7b, 0x5e, 0x9, 0xdb, 0xf9 } \\r
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