diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-04 14:15:18 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-04 14:15:18 +0000 |
commit | 282b7ec6197873c6137574067e5b5ad29f43e942 (patch) | |
tree | d113061665ffa46457147943143212acb0ac3d8f /MdePkg/Include/Library | |
parent | 53bbea41b8e5568dd93df34279a832af9bbbbdd2 (diff) | |
download | edk2-platforms-282b7ec6197873c6137574067e5b5ad29f43e942.tar.xz |
Update function prototype modifier.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6373 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library')
-rw-r--r-- | MdePkg/Include/Library/BaseLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/BaseLib.h b/MdePkg/Include/Library/BaseLib.h index 01d7f0eea9..35ce27fb31 100644 --- a/MdePkg/Include/Library/BaseLib.h +++ b/MdePkg/Include/Library/BaseLib.h @@ -3056,7 +3056,7 @@ GetSpinLockProperties ( SPIN_LOCK *
EFIAPI
InitializeSpinLock (
- IN SPIN_LOCK *SpinLock
+ OUT SPIN_LOCK *SpinLock
);
|