]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Ppi/Security.h
Minor code enhancement.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Ppi / Security.h
index 48a99a84cc7e8244bfa332b55d435794f8c4bdb7..6674cd6c79be92e690274f47cafe306ba64408da 100644 (file)
@@ -14,8 +14,6 @@
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
-  Module Name:  Security.h\r
-\r
   @par Revision Reference:\r
   This PPI is defined in PEI CIS.\r
   Version 0.91.\r
@@ -25,8 +23,6 @@
 #ifndef __SECURITY_PPI_H__\r
 #define __SECURITY_PPI_H__\r
 \r
-#include <PiPei.h>\r
-\r
 #define EFI_PEI_SECURITY_PPI_GUID \\r
   { \\r
     0x1388066e, 0x3a57, 0x4efa, {0x98, 0xf3, 0xc1, 0x2f, 0x3a, 0x95, 0x8a, 0x29 } \\r
@@ -49,7 +45,7 @@ typedef struct _EFI_PEI_SECURITY_PPI  EFI_PEI_SECURITY_PPI;
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_PEI_SECURITY_AUTHENTICATION_STATE)(\r
+(EFIAPI *FRAMEWORK_EFI_PEI_SECURITY_AUTHENTICATION_STATE)(\r
   IN EFI_PEI_SERVICES             **PeiServices,\r
   IN EFI_PEI_SECURITY_PPI         *This,\r
   IN UINT32                       AuthenticationStatus,\r
@@ -61,7 +57,7 @@ EFI_STATUS
 // PPI interface structure of Security PPI\r
 //\r
 struct _EFI_PEI_SECURITY_PPI {\r
-  EFI_PEI_SECURITY_AUTHENTICATION_STATE  AuthenticationState;\r
+  FRAMEWORK_EFI_PEI_SECURITY_AUTHENTICATION_STATE  AuthenticationState;\r
 };\r
 \r
 extern EFI_GUID gEfiPeiSecurityPpiGuid;\r