summaryrefslogtreecommitdiff
path: root/MdePkg
diff options
context:
space:
mode:
authorjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-05 08:58:10 +0000
committerjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-05 08:58:10 +0000
commit0c95b03bcd147b2d629c2d741f278fb7b121645b (patch)
treee6919c9127a1ff30a50e53f9eaec9fbe4a75e7ee /MdePkg
parent84828cd260372495ea44fc19ff90afdf7e51a312 (diff)
downloadedk2-0c95b03bcd147b2d629c2d741f278fb7b121645b.zip
edk2-0c95b03bcd147b2d629c2d741f278fb7b121645b.tar.gz
edk2-0c95b03bcd147b2d629c2d741f278fb7b121645b.tar.bz2
Code has been reviewed with spec
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6870 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Library/UefiDriverEntryPoint.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/MdePkg/Include/Library/UefiDriverEntryPoint.h b/MdePkg/Include/Library/UefiDriverEntryPoint.h
index ef9570b..2e52058 100644
--- a/MdePkg/Include/Library/UefiDriverEntryPoint.h
+++ b/MdePkg/Include/Library/UefiDriverEntryPoint.h
@@ -17,6 +17,11 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#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
///
extern CONST UINT32 _gUefiDriverRevision;