mirror of https://github.com/acidanthera/audk.git
Update function prototype modifier.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6373 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
53bbea41b8
commit
282b7ec619
|
@ -3056,7 +3056,7 @@ GetSpinLockProperties (
|
||||||
SPIN_LOCK *
|
SPIN_LOCK *
|
||||||
EFIAPI
|
EFIAPI
|
||||||
InitializeSpinLock (
|
InitializeSpinLock (
|
||||||
IN SPIN_LOCK *SpinLock
|
OUT SPIN_LOCK *SpinLock
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue