diff options
Diffstat (limited to 'MdePkg/Include/Library/PeimEntryPoint.h')
-rw-r--r-- | MdePkg/Include/Library/PeimEntryPoint.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Include/Library/PeimEntryPoint.h b/MdePkg/Include/Library/PeimEntryPoint.h index 37d3476361..dedf32d67d 100644 --- a/MdePkg/Include/Library/PeimEntryPoint.h +++ b/MdePkg/Include/Library/PeimEntryPoint.h @@ -15,9 +15,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #ifndef __MODULE_ENTRY_POINT_H__
#define __MODULE_ENTRY_POINT_H__
-//
-// Declare the EFI/UEFI Specification Revision to which this driver is implemented
-//
+///
+/// Declare the EFI/UEFI Specification Revision to which this driver is implemented
+///
extern const UINT32 _gPeimRevision;
/**
|