summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/C/Include/Common/PiFirmwareVolume.h
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Source/C/Include/Common/PiFirmwareVolume.h')
-rw-r--r--BaseTools/Source/C/Include/Common/PiFirmwareVolume.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/BaseTools/Source/C/Include/Common/PiFirmwareVolume.h b/BaseTools/Source/C/Include/Common/PiFirmwareVolume.h
index c3089e8b70..dcc52cd5e4 100644
--- a/BaseTools/Source/C/Include/Common/PiFirmwareVolume.h
+++ b/BaseTools/Source/C/Include/Common/PiFirmwareVolume.h
@@ -4,7 +4,7 @@
@par Revision Reference:
Version 1.2C
- Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials are licensed and made available
under the terms and conditions of the BSD License which accompanies this
@@ -26,16 +26,16 @@ typedef UINT32 EFI_FV_FILE_ATTRIBUTES;
//
// Value of EFI_FV_FILE_ATTRIBUTES.
-//
+//
#define EFI_FV_FILE_ATTRIB_ALIGNMENT 0x0000001F
#define EFI_FV_FILE_ATTRIB_FIXED 0x00000100
#define EFI_FV_FILE_ATTRIB_MEMORY_MAPPED 0x00000200
typedef UINT32 EFI_FVB_ATTRIBUTES_2;
-//
+//
// Attributes bit definitions
-//
+//
#define EFI_FVB2_READ_DISABLED_CAP 0x00000001
#define EFI_FVB2_READ_ENABLED_CAP 0x00000002
#define EFI_FVB2_READ_STATUS 0x00000004
@@ -118,7 +118,7 @@ typedef struct {
//
// Extension header pointed by ExtHeaderOffset of volume header.
-//
+//
typedef struct {
EFI_GUID FvName;
UINT32 ExtHeaderSize;
@@ -135,9 +135,9 @@ typedef struct {
UINT32 TypeMask;
//
- // Array of GUIDs.
+ // Array of GUIDs.
// Each GUID represents an OEM file type.
- //
+ //
// EFI_GUID Types[1];
//
} EFI_FIRMWARE_VOLUME_EXT_ENTRY_OEM_TYPE;