From 0c95b03bcd147b2d629c2d741f278fb7b121645b Mon Sep 17 00:00:00 2001 From: jji4 Date: Fri, 5 Dec 2008 08:58:10 +0000 Subject: [PATCH] Code has been reviewed with spec git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6870 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Library/UefiDriverEntryPoint.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MdePkg/Include/Library/UefiDriverEntryPoint.h b/MdePkg/Include/Library/UefiDriverEntryPoint.h index ef9570ba04..2e520582ec 100644 --- a/MdePkg/Include/Library/UefiDriverEntryPoint.h +++ b/MdePkg/Include/Library/UefiDriverEntryPoint.h @@ -16,6 +16,11 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #ifndef __MODULE_ENTRY_POINT_H__ #define __MODULE_ENTRY_POINT_H__ +/// +///Declare the PI Specification Revision that this driver requires to execute correctly. +/// +extern CONST UINT32 _gDxeRevision; + /// /// Declare the EFI/UEFI Specification Revision to which this driver is implemented /// -- 2.39.2