]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalLibInternal.h
SecurityPkg: Apply uncrustify changes
[mirror_edk2.git] / SecurityPkg / Library / TcgStorageOpalLib / TcgStorageOpalLibInternal.h
index 4f83364852693edefc891275e20f8dd06d05949f..4c5b1ab0f15cdde34cb18976a5de9006bfbb4f9b 100644 (file)
@@ -11,7 +11,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 \r
 #include <Library/TcgStorageOpalLib.h>\r
 \r
-\r
 /**\r
 \r
   The function retrieves the MSID from the device specified\r
@@ -22,8 +21,8 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 **/\r
 TCG_RESULT\r
 OpalPyrite2GetActiveDataRemovalMechanism (\r
-  OPAL_SESSION    *AdminSpSession,\r
-  UINT8           *ActiveDataRemovalMechanism\r
+  OPAL_SESSION  *AdminSpSession,\r
+  UINT8         *ActiveDataRemovalMechanism\r
   );\r
 \r
 /**\r
@@ -38,10 +37,10 @@ OpalPyrite2GetActiveDataRemovalMechanism (
 **/\r
 TCG_RESULT\r
 OpalGetFeatureDescriptor (\r
-  IN     OPAL_SESSION              *Session,\r
-  IN     UINT16                    FeatureCode,\r
-  IN OUT UINTN                     *DataSize,\r
-  OUT    VOID                      *Data\r
+  IN     OPAL_SESSION  *Session,\r
+  IN     UINT16        FeatureCode,\r
+  IN OUT UINTN         *DataSize,\r
+  OUT    VOID          *Data\r
   );\r
 \r
 /**\r
@@ -52,7 +51,7 @@ OpalGetFeatureDescriptor (
 **/\r
 UINT32\r
 GetRevertTimeOut (\r
-  IN OPAL_SESSION                *Session\r
+  IN OPAL_SESSION  *Session\r
   );\r
 \r
 /**\r
@@ -64,9 +63,9 @@ GetRevertTimeOut (
 \r
 **/\r
 TCG_RESULT\r
-OpalPyrite2PsidRevert(\r
-  OPAL_SESSION              *AdminSpSession,\r
-  UINT32                    EstimateTimeCost\r
+OpalPyrite2PsidRevert (\r
+  OPAL_SESSION  *AdminSpSession,\r
+  UINT32        EstimateTimeCost\r
   );\r
 \r
 /**\r
@@ -81,11 +80,11 @@ OpalPyrite2PsidRevert(
 \r
 **/\r
 TCG_RESULT\r
-OpalPyrite2AdminRevert(\r
-  OPAL_SESSION    *LockingSpSession,\r
-  BOOLEAN         KeepUserData,\r
-  UINT8           *MethodStatus,\r
-  UINT32          EstimateTimeCost\r
+OpalPyrite2AdminRevert (\r
+  OPAL_SESSION  *LockingSpSession,\r
+  BOOLEAN       KeepUserData,\r
+  UINT8         *MethodStatus,\r
+  UINT32        EstimateTimeCost\r
   );\r
 \r
 #endif // _OPAL_CORE_H_\r