Correct the table's version according to PI/UEFI spec.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10033 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2
2010-02-21 03:31:44 +00:00
parent c39c3e2190
commit 450ec0ed87
3 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
/** @file
Include file matches things in PI.
Copyright (c) 2006 - 2009, Intel Corporation
Copyright (c) 2006 - 2010, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -655,7 +655,7 @@ EFI_STATUS
// DXE Services Table
//
#define DXE_SERVICES_SIGNATURE 0x565245535f455844ULL
#define DXE_SERVICES_REVISION ((1<<16) | (20))
#define DXE_SERVICES_REVISION ((1<<16) | (00))
typedef struct {
///