diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-26 08:30:09 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-26 08:30:09 +0000 |
commit | 50615d1f8e95d7fbcbfc6aaaece36545c585fddf (patch) | |
tree | 8750cb2f757f1893bf81b8e786516b2c1d455fcc /MdePkg/Include/Library | |
parent | 45a20a7fd8b12de926a87f6d7b121287354d63af (diff) | |
download | edk2-platforms-50615d1f8e95d7fbcbfc6aaaece36545c585fddf.tar.xz |
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
Diffstat (limited to 'MdePkg/Include/Library')
-rw-r--r-- | MdePkg/Include/Library/UefiLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/UefiLib.h b/MdePkg/Include/Library/UefiLib.h index ef231f1774..7b247e063c 100644 --- a/MdePkg/Include/Library/UefiLib.h +++ b/MdePkg/Include/Library/UefiLib.h @@ -187,7 +187,7 @@ EfiInitializeLock ( **/
#define EFI_INITIALIZE_LOCK_VARIABLE(Priority) \
- {Priority, EFI_TPL_APPLICATION, EfiLockReleased }
+ {Priority, TPL_APPLICATION, EfiLockReleased }
/**
|