]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/EdkFvbServiceLib/Fvb.h
Import ArpDxe, Dhcp4Dxe, Ip4Dxe, Mtftp4Dxe, PxeBcDxe and PxeDhcp4Dxe.
[mirror_edk2.git] / MdeModulePkg / Library / EdkFvbServiceLib / Fvb.h
CommitLineData
94774441 1/**\r
2 The internal header file for EdkFvbServiceLib.\r
3\r
4Copyright (c) 2006 Intel Corporation. <BR>\r
5All rights reserved. This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
9\r
10**/\r
11\r
12#ifndef __FVB_H__\r
13#define __FVB_H__\r
14\r
ed7748fe 15\r
94774441 16#include <PiDxe.h>\r
ed7748fe 17\r
94774441 18#include <Protocol/FirmwareVolumeBlock.h>\r
19#include <Protocol/FvbExtension.h>\r
ed7748fe 20\r
94774441 21#include <Library/FvbServiceLib.h>\r
22#include <Library/UefiLib.h>\r
23#include <Library/BaseLib.h>\r
24#include <Library/DebugLib.h>\r
25#include <Library/BaseMemoryLib.h>\r
26#include <Library/UefiRuntimeLib.h>\r
27#include <Library/UefiBootServicesTableLib.h>\r
28\r
29#define MAX_FVB_COUNT 16\r
30\r
31typedef struct {\r
32 EFI_HANDLE Handle;\r
33 EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL *Fvb;\r
34 EFI_FVB_EXTENSION_PROTOCOL *FvbExtension;\r
35 BOOLEAN IsRuntimeAccess;\r
36} FVB_ENTRY;\r
37\r
38#endif\r