Remove prefix EFI_ from some TPL macros reference in some comments

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2750 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff
2007-06-26 08:30:09 +00:00
parent 45a20a7fd8
commit 50615d1f8e
3 changed files with 15 additions and 15 deletions

View File

@@ -59,8 +59,8 @@ typedef struct _EFI_GUIDED_SECTION_EXTRACTION_PROTOCOL EFI_GUIDED_SECTION_EXTRAC
OutputBuffer. In this case, the
EFI_AUTH_STATUS_PLATFORM_OVERRIDE bit AuthenticationStatus
must be set on return. ExtractSection() is callable only from
EFI_TPL_NOTIFY and below. Behavior of ExtractSection() at any
EFI_TPL above EFI_TPL_NOTIFY is undefined. Type EFI_TPL is
TPL_NOTIFY and below. Behavior of ExtractSection() at any
EFI_TPL above TPL_NOTIFY is undefined. Type EFI_TPL is
defined in RaiseTPL() in the UEFI 2.0 specification.