summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-04 14:15:18 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-04 14:15:18 +0000
commit282b7ec6197873c6137574067e5b5ad29f43e942 (patch)
treed113061665ffa46457147943143212acb0ac3d8f
parent53bbea41b8e5568dd93df34279a832af9bbbbdd2 (diff)
downloadedk2-282b7ec6197873c6137574067e5b5ad29f43e942.tar.gz
edk2-282b7ec6197873c6137574067e5b5ad29f43e942.tar.bz2
edk2-282b7ec6197873c6137574067e5b5ad29f43e942.zip
Update function prototype modifier.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6373 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdePkg/Include/Library/BaseLib.h2
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
);