]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/IndustryStandard/Hsti.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / IndustryStandard / Hsti.h
index 9973a581a803822d0f7a43c66817e64f21904645..79e7c5d6e97e9b447e756aad893db08386cafa66 100644 (file)
 #define ADAPTER_INFO_PLATFORM_SECURITY_GUID \\r
   {0x6be272c7, 0x1320, 0x4ccd, { 0x90, 0x17, 0xd4, 0x61, 0x2c, 0x01, 0x2b, 0x25 }}\r
 \r
-#define PLATFORM_SECURITY_VERSION_VNEXTCS         0x00000003\r
+#define PLATFORM_SECURITY_VERSION_VNEXTCS  0x00000003\r
 \r
-#define PLATFORM_SECURITY_ROLE_PLATFORM_REFERENCE 0x00000001  // IHV\r
-#define PLATFORM_SECURITY_ROLE_PLATFORM_IBV       0x00000002\r
-#define PLATFORM_SECURITY_ROLE_IMPLEMENTOR_OEM    0x00000003\r
-#define PLATFORM_SECURITY_ROLE_IMPLEMENTOR_ODM    0x00000004\r
+#define PLATFORM_SECURITY_ROLE_PLATFORM_REFERENCE  0x00000001 // IHV\r
+#define PLATFORM_SECURITY_ROLE_PLATFORM_IBV        0x00000002\r
+#define PLATFORM_SECURITY_ROLE_IMPLEMENTOR_OEM     0x00000003\r
+#define PLATFORM_SECURITY_ROLE_IMPLEMENTOR_ODM     0x00000004\r
 \r
 typedef struct {\r
   //\r
   //  Return PLATFORM_SECURITY_VERSION_VNEXTCS\r
   //\r
-  UINT32  Version;\r
+  UINT32    Version;\r
   //\r
   // The role of the publisher of this interface.  Reference platform designers\r
   // such as IHVs and IBVs are expected to return PLATFORM_SECURITY_ROLE_PLATFORM_REFERENCE\r
@@ -35,42 +35,42 @@ typedef struct {
   // security features, then the platform implementers, OEMs and ODMs, will\r
   // need to publish this interface with a role of Implementer.\r
   //\r
-  UINT32  Role;\r
+  UINT32    Role;\r
   //\r
   // Human readable vendor, model, & version of this implementation.\r
   //\r
-  CHAR16  ImplementationID[256];\r
+  CHAR16    ImplementationID[256];\r
   //\r
   // The size in bytes of the SecurityFeaturesRequired and SecurityFeaturesEnabled arrays.\r
   // The arrays must be the same size.\r
   //\r
-  UINT32  SecurityFeaturesSize;\r
+  UINT32    SecurityFeaturesSize;\r
   //\r
   // IHV-defined bitfield corresponding to all security features which must be\r
   // implemented to meet the security requirements defined by PLATFORM_SECURITY_VERSION Version.\r
   //\r
-//UINT8   SecurityFeaturesRequired[];     //Ignored for non-IHV\r
+  // UINT8   SecurityFeaturesRequired[];     //Ignored for non-IHV\r
   //\r
   // Publisher-defined bitfield corresponding to all security features which\r
   // have implemented programmatic tests in this module.\r
   //\r
-//UINT8   SecurityFeaturesImplemented[];\r
+  // UINT8   SecurityFeaturesImplemented[];\r
   //\r
   // Publisher-defined bitfield corresponding to all security features which\r
   // have been verified implemented by this implementation.\r
   //\r
-//UINT8   SecurityFeaturesVerified[];\r
+  // UINT8   SecurityFeaturesVerified[];\r
   //\r
   // A Null-terminated string, one failure per line (CR/LF terminated), with a\r
   // unique identifier that the OEM/ODM can use to locate the documentation\r
   // which will describe the steps to remediate the failure - a URL to the\r
   // documentation is recommended.\r
   //\r
-//CHAR16  ErrorString[];\r
+  // CHAR16  ErrorString[];\r
 } ADAPTER_INFO_PLATFORM_SECURITY;\r
 \r
 #pragma pack()\r
 \r
-extern EFI_GUID gAdapterInfoPlatformSecurityGuid;\r
+extern EFI_GUID  gAdapterInfoPlatformSecurityGuid;\r
 \r
 #endif\r