]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Base on PI spec, GetPeiServicesTablePointer is updated to return CONST EFI_PEI_SERVIC...
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 17 Oct 2008 08:43:22 +0000 (08:43 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 17 Oct 2008 08:43:22 +0000 (08:43 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6128 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/PeiSmbusLib.c

index 6a9c8cd9906dfa74c373b3a4219e77ee8b02fa17..da227f30b111fea6208042f495327c27a2fce3a4 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Implementation of SmBusLib class library for PEI phase.\r
 \r
-Copyright (c) 2006, Intel Corporation<BR>\r
+Copyright (c) 2006 - 2008, 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
@@ -69,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
@@ -78,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