Synchronize BaseLib h files to c files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6983 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -61,7 +61,7 @@ GetSpinLockProperties (
|
||||
SPIN_LOCK *
|
||||
EFIAPI
|
||||
InitializeSpinLock (
|
||||
OUT SPIN_LOCK *SpinLock
|
||||
OUT SPIN_LOCK *SpinLock
|
||||
)
|
||||
{
|
||||
ASSERT (SpinLock != NULL);
|
||||
@@ -352,9 +352,8 @@ InterlockedCompareExchange64 (
|
||||
operation.
|
||||
@param CompareValue Pointer value used in compare operation.
|
||||
@param ExchangeValue Pointer value used in exchange operation.
|
||||
|
||||
@return The original *Value before exchange.
|
||||
|
||||
@return The original *Value before exchange.
|
||||
**/
|
||||
VOID *
|
||||
EFIAPI
|
||||
|
Reference in New Issue
Block a user