]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/PeiSmbusLibSmbus2/PeiSmbusLib.c
Add inf files for PeiSmbusLibSmbus2, PeiDxePostCodeLibReportStatusCode, PeiMemoryLib...
[mirror_edk2.git] / MdePkg / Library / PeiSmbusLibSmbus2 / PeiSmbusLib.c
index 47ffd190084511f0ea738adc2bb4c56918a9b57b..0821a91ec8a40819517850c4eb4fe669209090ea 100644 (file)
@@ -2,21 +2,19 @@
 Implementation of SmBusLib class library for PEI phase.\r
 \r
 Copyright (c) 2006, Intel Corporation<BR>\r
-All rights reserved. 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
+All rights reserved. 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
 \r
 \r
 Module Name: PeiSmbusLib.c\r
 \r
 **/\r
 \r
-#include <Ppi/Smbus2.h>\r
-\r
 #include "InternalSmbusLib.h"\r
 \r
 /**\r
@@ -32,7 +30,7 @@ Module Name: PeiSmbusLib.c
 EFI_PEI_SMBUS2_PPI *\r
 InternalGetSmbusPpi (\r
   EFI_PEI_SERVICES      **PeiServices\r
-  ) \r
+  )\r
 {\r
   EFI_STATUS            Status;\r
   EFI_PEI_SMBUS2_PPI     *SmbusPpi;\r
@@ -45,7 +43,7 @@ InternalGetSmbusPpi (
 }\r
 \r
 /**\r
-  Executes an SMBus operation to an SMBus controller. \r
+  Executes an SMBus operation to an SMBus controller.\r
 \r
   This function provides a standard way to execute Smbus script\r
   as defined in the SmBus Specification. The data can either be of\r
@@ -88,7 +86,7 @@ InternalSmBusExec (
                              SmbusDeviceAddress,\r
                              SMBUS_LIB_COMMAND (SmBusAddress),\r
                              SmbusOperation,\r
-                             SMBUS_LIB_PEC (SmBusAddress),  \r
+                             SMBUS_LIB_PEC (SmBusAddress),\r
                              &Length,\r
                              Buffer\r
                              );\r