mirror of https://github.com/acidanthera/audk.git
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:
parent
84828cd260
commit
0c95b03bcd
|
@ -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
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue