Code has been reviewed with spec

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6870 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jji4 2008-12-05 08:58:10 +00:00
parent 84828cd260
commit 0c95b03bcd
1 changed files with 5 additions and 0 deletions

View File

@ -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
///