]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/I2cHost.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Protocol / I2cHost.h
index df04aeb7984cb91b96ad8f3c575783feccafa357..8739d68393cee1d849689f1c0ab21c33549bb0ab 100644 (file)
@@ -1,17 +1,17 @@
 /** @file\r
   I2C Host Protocol as defined in the PI 1.3 specification.\r
 \r
-  This protocol provides callers with the ability to do I/O transactions \r
+  This protocol provides callers with the ability to do I/O transactions\r
   to all of the devices on the I2C bus.\r
 \r
-  Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.<BR>\r
-  This program and the accompanying materials                          \r
-  are licensed and made available under the terms and conditions of the BSD License         \r
-  which accompanies this distribution.  The full text of the license may be found at        \r
-  http://opensource.org/licenses/bsd-license.php                                            \r
+  Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
+  This program and the accompanying materials\r
+  are licensed and made available under the terms and conditions of the BSD License\r
+  which accompanies this distribution.  The full text of the license may be found at\r
+  http://opensource.org/licenses/bsd-license.php\r
 \r
-  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
+  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
   @par Revision Reference:\r
   This protocol is from PI Version 1.3.\r
@@ -50,7 +50,7 @@ typedef struct _EFI_I2C_HOST_PROTOCOL EFI_I2C_HOST_PROTOCOL;
   This routine must be called at or below TPL_NOTIFY.  For\r
   synchronous requests this routine must be called at or below\r
   TPL_CALLBACK.\r
-  \r
+\r
   The I2C host protocol uses the concept of I2C bus configurations\r
   to describe the I2C bus.  An I2C bus configuration is defined as\r
   a unique setting of the multiplexers and switches in the I2C bus\r