Remove comments about in-consistency between code and UEFI/PI spec because UEFI 2.3 Errata B and PI 1.2 Errata A spec were published.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10143 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -25,17 +25,6 @@
|
||||
#ifndef _SMM_ACCESS2_H_
|
||||
#define _SMM_ACCESS2_H_
|
||||
|
||||
///
|
||||
/// Note:
|
||||
/// To avoid name conflict between PI and Framework SMM spec, the following names defined
|
||||
/// in PI 1.2 SMM spec are renamed. These renamings are not yet in a public PI spec and errta.
|
||||
///
|
||||
/// EFI_SMM_OPEN -> EFI_SMM_OPEN2
|
||||
/// EFI_SMM_CLOSE -> EFI_SMM_CLOSE2
|
||||
/// EFI_SMM_LOCK -> EFI_SMM_LOCK2
|
||||
/// EFI_SMM_CAPABILITIES -> EFI_SMM_CAPABILITIES2
|
||||
///
|
||||
|
||||
#define EFI_SMM_ACCESS2_PROTOCOL_GUID \
|
||||
{ \
|
||||
0xc2702b74, 0x800c, 0x4131, {0x87, 0x46, 0x8f, 0xb5, 0xb8, 0x9c, 0xe4, 0xac } \
|
||||
|
Reference in New Issue
Block a user