]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/PeiServicesTablePointerLibIdt/InternalPeiServicesTablePointer.h
Checked in part of MDE library instances following PI and UEFI. It includes:
[mirror_edk2.git] / MdePkg / Library / PeiServicesTablePointerLibIdt / InternalPeiServicesTablePointer.h
1 /*++
2
3 Copyright (c) 2006 - 2007 Intel Corporation. All rights reserved
4 This software and associated documentation (if any) is furnished
5 under a license and may only be used or copied in accordance
6 with the terms of the license. Except as permitted by such
7 license, no part of this software or documentation may be
8 reproduced, stored in a retrieval system, or transmitted in any
9 form or by any means without the express written consent of
10 Intel Corporation.
11
12
13 Module Name:
14
15 InternalPeiServicesTablePointer.h
16
17
18 --*/
19
20 #ifndef __INTERNAL_PEI_SERVICES_TABLE_POINTER_H__
21 #define __INTERNAL_PEI_SERVICES_TABLE_POINTER_H__
22
23 extern
24 EFI_PEI_SERVICES **
25 EFIAPI
26 AsmPeiSevicesTablePointer (
27 VOID
28 );
29
30
31 #endif