]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/PeiSmbusLib.c
Update for NetworkPkg.
[mirror_edk2.git] / IntelFrameworkPkg / Library / PeiSmbusLibSmbusPpi / PeiSmbusLib.c
index 33d9191f956a0fcb29e7c18348d335522e248360..33d90968331abca02f46dfe86e57b18727522f5f 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
   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
+Copyright (c) 2006 - 2008, 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
@@ -20,8 +20,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   This internal function retrieves Smbus PPI from PPI database.\r
   If gEfiPeiSmbusPpiGuid can not be located, then ASSERT()\r
   \r
-  @param  PeiServices   An indirect pointer to the EFI_PEI_SERVICES published by the PEI Foundation.\r
-\r
   @return The pointer to Smbus PPI.\r
 \r
 **/\r
@@ -71,7 +69,7 @@ InternalSmBusExec (
   )\r
 {\r
   EFI_PEI_SMBUS_PPI         *SmbusPpi;\r
-  EFI_PEI_SERVICES          **PeiServices;\r
+  CONST EFI_PEI_SERVICES    **PeiServices;\r
   RETURN_STATUS             ReturnStatus;\r
   EFI_SMBUS_DEVICE_ADDRESS  SmbusDeviceAddress;\r
 \r
@@ -80,7 +78,7 @@ InternalSmBusExec (
   SmbusDeviceAddress.SmbusDeviceAddress = SMBUS_LIB_SLAVE_ADDRESS (SmBusAddress);\r
 \r
   ReturnStatus = SmbusPpi->Execute (\r
-                             PeiServices,\r
+                             (EFI_PEI_SERVICES  **) PeiServices,\r
                              SmbusPpi,\r
                              SmbusDeviceAddress,\r
                              SMBUS_LIB_COMMAND (SmBusAddress),\r