mirror of https://github.com/acidanthera/audk.git
Fixed typo of DXE_SERVICES_VERSION.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3040 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
bf3179d8dd
commit
01c25cb23a
|
@ -410,7 +410,7 @@ EFI_STATUS
|
|||
// DXE Services Table
|
||||
//
|
||||
#define DXE_SERVICES_SIGNATURE 0x565245535f455844
|
||||
#define DXE_SERVICES_REVISION ((1<<16) | (00)
|
||||
#define DXE_SERVICES_REVISION ((1<<16) | (00))
|
||||
|
||||
typedef struct {
|
||||
EFI_TABLE_HEADER Hdr;
|
||||
|
|
Loading…
Reference in New Issue