mirror of https://github.com/acidanthera/audk.git
Add "FRAMEWORK_" to remove name collision with Security2 PPI in MdePkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8908 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
22a25d247e
commit
fa712ebc56
|
@ -45,7 +45,7 @@ typedef struct _EFI_PEI_SECURITY_PPI EFI_PEI_SECURITY_PPI;
|
|||
**/
|
||||
typedef
|
||||
EFI_STATUS
|
||||
(EFIAPI *EFI_PEI_SECURITY_AUTHENTICATION_STATE)(
|
||||
(EFIAPI *FRAMEWORK_EFI_PEI_SECURITY_AUTHENTICATION_STATE)(
|
||||
IN EFI_PEI_SERVICES **PeiServices,
|
||||
IN EFI_PEI_SECURITY_PPI *This,
|
||||
IN UINT32 AuthenticationStatus,
|
||||
|
@ -57,7 +57,7 @@ EFI_STATUS
|
|||
// PPI interface structure of Security PPI
|
||||
//
|
||||
struct _EFI_PEI_SECURITY_PPI {
|
||||
EFI_PEI_SECURITY_AUTHENTICATION_STATE AuthenticationState;
|
||||
FRAMEWORK_EFI_PEI_SECURITY_AUTHENTICATION_STATE AuthenticationState;
|
||||
};
|
||||
|
||||
extern EFI_GUID gEfiPeiSecurityPpiGuid;
|
||||
|
|
Loading…
Reference in New Issue