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:
yshang1 2007-07-04 10:18:46 +00:00
parent bf3179d8dd
commit 01c25cb23a
1 changed files with 1 additions and 1 deletions

View File

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