X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FLibrary%2FPeiServicesTablePointerLib.h;h=74dd321f7f4c39ed8595e1503fa0ce6b8052d059;hb=a8e756dad00a922dabe8a9f7d67c25e0d637538f;hp=79f27c34562e6dbf80c4e6beaead764ce16e33a1;hpb=2f2c367ad87e3f1d00cf26835c39800395e42b1a;p=mirror_edk2.git diff --git a/MdePkg/Include/Library/PeiServicesTablePointerLib.h b/MdePkg/Include/Library/PeiServicesTablePointerLib.h index 79f27c3456..74dd321f7f 100644 --- a/MdePkg/Include/Library/PeiServicesTablePointerLib.h +++ b/MdePkg/Include/Library/PeiServicesTablePointerLib.h @@ -1,14 +1,14 @@ /** @file PEI Services Table Pointer Library services - Copyright (c) 2006, Intel Corporation - All rights reserved. This program and the accompanying materials - are licensed and made available under the terms and conditions of the BSD License - which accompanies this distribution. The full text of the license may be found at - http://opensource.org/licenses/bsd-license.php + Copyright (c) 2006, Intel Corporation + All rights reserved. This program and the accompanying materials + are licensed and made available under the terms and conditions of the BSD License + which accompanies this distribution. The full text of the license may be found at + http://opensource.org/licenses/bsd-license.php - THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, - WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. + THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, + WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. Module Name: PeiServicesTablePointerLib.h @@ -19,14 +19,15 @@ /** The function returns the pointer to PEI services. - - The function returns the pointer to PEI services. + + The function returns the pointer to PEI services. It will ASSERT() if the pointer to PEI services is NULL. @retval The pointer to PeiServices. **/ EFI_PEI_SERVICES ** +EFIAPI GetPeiServicesTablePointer ( VOID );