]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/RegisterFilterLib.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Library / RegisterFilterLib.h
index c4402da7d812c5d983c2659a7a63984f3b473585..75f359c5c5de06609709cdafd6d2d5f5b2cd5c20 100644 (file)
@@ -35,9 +35,9 @@ typedef enum {
 BOOLEAN\r
 EFIAPI\r
 FilterBeforeIoRead (\r
-  IN FILTER_IO_WIDTH   Width,\r
-  IN UINTN             Address,\r
-  IN OUT VOID          *Buffer\r
+  IN FILTER_IO_WIDTH  Width,\r
+  IN UINTN            Address,\r
+  IN OUT VOID         *Buffer\r
   );\r
 \r
 /**\r
@@ -56,6 +56,7 @@ FilterAfterIoRead (
   IN UINTN            Address,\r
   IN VOID             *Buffer\r
   );\r
+\r
 /**\r
   Filter IO Write operation before wirte IO port.\r
   It is used to filter IO operation.\r
@@ -79,13 +80,13 @@ FilterBeforeIoWrite (
   IN VOID             *Buffer\r
   );\r
 \r
-  /**\r
-  Trace IO Write operation after wirte IO port.\r
-  It is used to trace IO operation.\r
+/**\r
+Trace IO Write operation after wirte IO port.\r
+It is used to trace IO operation.\r
 \r
-  @param[in]       Width    Signifies the width of the I/O operation.\r
-  @param[in]       Address  The base address of the I/O operation.\r
-  @param[in]       Buffer   The source buffer from which to BeforeWrite data.\r
+@param[in]       Width    Signifies the width of the I/O operation.\r
+@param[in]       Address  The base address of the I/O operation.\r
+@param[in]       Buffer   The source buffer from which to BeforeWrite data.\r
 \r
 **/\r
 VOID\r
@@ -188,8 +189,8 @@ FilterAfterMmIoWrite (
 BOOLEAN\r
 EFIAPI\r
 FilterBeforeMsrRead (\r
-  IN UINT32           Index,\r
-  IN OUT UINT64       *Value\r
+  IN UINT32      Index,\r
+  IN OUT UINT64  *Value\r
   );\r
 \r
 /**\r
@@ -202,8 +203,8 @@ FilterBeforeMsrRead (
 VOID\r
 EFIAPI\r
 FilterAfterMsrRead (\r
-  IN UINT32            Index,\r
-  IN UINT64            *Value\r
+  IN UINT32  Index,\r
+  IN UINT64  *Value\r
   );\r
 \r
 /**\r
@@ -222,8 +223,8 @@ FilterAfterMsrRead (
 BOOLEAN\r
 EFIAPI\r
 FilterBeforeMsrWrite (\r
-  IN UINT32           Index,\r
-  IN UINT64           *Value\r
+  IN UINT32  Index,\r
+  IN UINT64  *Value\r
   );\r
 \r
 /**\r
@@ -236,8 +237,8 @@ FilterBeforeMsrWrite (
 VOID\r
 EFIAPI\r
 FilterAfterMsrWrite (\r
-  IN UINT32            Index,\r
-  IN UINT64            *Value\r
+  IN UINT32  Index,\r
+  IN UINT64  *Value\r
   );\r
 \r
 #endif // REGISTER_FILTER_LIB_H_\r