]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - EdkModulePkg/Library/EdkFvbServiceLib/Fvb.h
Add runtime checking for EdkFvbServiceLib.
[mirror_edk2.git] / EdkModulePkg / Library / EdkFvbServiceLib / Fvb.h
... / ...
CommitLineData
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
15#define MAX_FVB_COUNT 16\r
16\r
17typedef struct {\r
18 EFI_HANDLE Handle;\r
19 EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL *Fvb;\r
20 EFI_FVB_EXTENSION_PROTOCOL *FvbExtension;\r
21 BOOLEAN IsRuntimeAccess;\r
22} FVB_ENTRY;\r
23\r
24#endif\r