]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/I2cHost.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / I2cHost.h
index 4657c64718efe34d4e51e3946b73e9d0fe74fa2f..d820734465329af59b3d57cf6f255460b7ca9097 100644 (file)
@@ -37,7 +37,6 @@
 ///\r
 typedef struct _EFI_I2C_HOST_PROTOCOL EFI_I2C_HOST_PROTOCOL;\r
 \r
-\r
 /**\r
   Queue an I2C transaction for execution on the I2C controller.\r
 \r
@@ -113,7 +112,7 @@ typedef struct _EFI_I2C_HOST_PROTOCOL EFI_I2C_HOST_PROTOCOL;
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_I2C_HOST_PROTOCOL_QUEUE_REQUEST) (\r
+(EFIAPI *EFI_I2C_HOST_PROTOCOL_QUEUE_REQUEST)(\r
   IN CONST EFI_I2C_HOST_PROTOCOL *This,\r
   IN UINTN                       I2cBusConfiguration,\r
   IN UINTN                       SlaveAddress,\r
@@ -129,18 +128,18 @@ struct _EFI_I2C_HOST_PROTOCOL {
   ///\r
   /// Queue an I2C transaction for execution on the I2C bus\r
   ///\r
-  EFI_I2C_HOST_PROTOCOL_QUEUE_REQUEST     QueueRequest;\r
+  EFI_I2C_HOST_PROTOCOL_QUEUE_REQUEST      QueueRequest;\r
 \r
   ///\r
   /// Pointer to an EFI_I2C_CONTROLLER_CAPABILITIES data structure\r
   /// containing the capabilities of the I2C host controller.\r
   ///\r
-  CONST EFI_I2C_CONTROLLER_CAPABILITIES   *I2cControllerCapabilities;\r
+  CONST EFI_I2C_CONTROLLER_CAPABILITIES    *I2cControllerCapabilities;\r
 };\r
 \r
 ///\r
 /// Reference to variable defined in the .DEC file\r
 ///\r
-extern EFI_GUID gEfiI2cHostProtocolGuid;\r
+extern EFI_GUID  gEfiI2cHostProtocolGuid;\r
 \r
-#endif  //  __I2C_HOST_H__\r
+#endif //  __I2C_HOST_H__\r