mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-30 09:04:07 +02:00
Update SecurityStub function to align PI spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6637 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f1004231ee
commit
c48d41d2c7
@ -67,9 +67,9 @@ EFI_SECURITY_ARCH_PROTOCOL mSecurityStub = {
|
|||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
EFIAPI
|
||||||
SecurityStubAuthenticateState (
|
SecurityStubAuthenticateState (
|
||||||
IN EFI_SECURITY_ARCH_PROTOCOL *This,
|
IN CONST EFI_SECURITY_ARCH_PROTOCOL *This,
|
||||||
IN UINT32 AuthenticationStatus,
|
IN UINT32 AuthenticationStatus,
|
||||||
IN EFI_DEVICE_PATH_PROTOCOL *File
|
IN CONST EFI_DEVICE_PATH_PROTOCOL *File
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
if (File == NULL) {
|
if (File == NULL) {
|
||||||
|
@ -66,9 +66,9 @@
|
|||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
EFIAPI
|
||||||
SecurityStubAuthenticateState (
|
SecurityStubAuthenticateState (
|
||||||
IN EFI_SECURITY_ARCH_PROTOCOL *This,
|
IN CONST EFI_SECURITY_ARCH_PROTOCOL *This,
|
||||||
IN UINT32 AuthenticationStatus,
|
IN UINT32 AuthenticationStatus,
|
||||||
IN EFI_DEVICE_PATH_PROTOCOL *File
|
IN CONST EFI_DEVICE_PATH_PROTOCOL *File
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user