2007-06-28 00:53:31 +02:00
|
|
|
/** @file
|
|
|
|
Internal include file of PEI Services Table Pointer.
|
2007-06-22 18:22:26 +02:00
|
|
|
|
2007-06-28 00:53:31 +02:00
|
|
|
Copyright (c) 2006, Intel Corporation<BR>
|
|
|
|
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
|
2007-06-22 18:22:26 +02:00
|
|
|
|
2007-06-28 00:53:31 +02:00
|
|
|
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
2007-06-22 18:22:26 +02:00
|
|
|
|
2007-06-28 00:53:31 +02:00
|
|
|
**/
|
2007-06-22 18:22:26 +02:00
|
|
|
|
|
|
|
|
|
|
|
#ifndef __INTERNAL_PEI_SERVICES_TABLE_POINTER_H__
|
|
|
|
#define __INTERNAL_PEI_SERVICES_TABLE_POINTER_H__
|
|
|
|
|
2007-07-17 11:19:49 +02:00
|
|
|
|
|
|
|
#include <PiPei.h>
|
2007-07-20 08:28:14 +02:00
|
|
|
|
2007-10-09 10:16:53 +02:00
|
|
|
#include <Library/BaseLib.h>
|
2007-07-17 11:19:49 +02:00
|
|
|
#include <Library/PeiServicesTablePointerLib.h>
|
|
|
|
#include <Library/DebugLib.h>
|
2007-10-09 10:16:53 +02:00
|
|
|
#include <Library/PeiServicesLib.h>
|
|
|
|
#include <Library/BaseMemoryLib.h>
|
2007-07-17 11:19:49 +02:00
|
|
|
|
2007-10-09 10:16:53 +02:00
|
|
|
|
2007-07-19 05:18:32 +02:00
|
|
|
#endif
|