]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkModulePkg/Library/EdkFvbServiceLib/Fvb.h
Add runtime checking for EdkFvbServiceLib.
[mirror_edk2.git] / EdkModulePkg / Library / EdkFvbServiceLib / Fvb.h
index c6d1eb71932a15f8417ca62e89e078dcd7f493e7..3a0cd507d95ec9ca64e06c7d4bd67e8f769094e5 100644 (file)
@@ -1,21 +1,13 @@
-/*++\r
-\r
-Copyright (c) 2006, Intel Corporation                                                         \r
+/**\r
+  The internal header file for EdkFvbServiceLib.\r
+  \r
+Copyright (c) 2006 Intel Corporation. <BR>\r
 All rights reserved. This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
 http://opensource.org/licenses/bsd-license.php                                            \r
                                                                                           \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
-\r
-Module Name:\r
-\r
-  Fvb.h\r
-\r
-Abstract:\r
-\r
---*/\r
+**/\r
 \r
 #ifndef __FVB_H__\r
 #define __FVB_H__\r
@@ -26,6 +18,7 @@ typedef struct {
   EFI_HANDLE                          Handle;\r
   EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL  *Fvb;\r
   EFI_FVB_EXTENSION_PROTOCOL          *FvbExtension;\r
+  BOOLEAN                             IsRuntimeAccess;\r
 } FVB_ENTRY;\r
 \r
 #endif\r