]> git.proxmox.com Git - mirror_edk2.git/blob - InOsEmuPkg/Include/Ppi/EmuPeiServicesTableUpdate.h
Add InOsEmuPkg. Like UnixPkg and Nt32Pkg, but EFI code can be common and does not...
[mirror_edk2.git] / InOsEmuPkg / Include / Ppi / EmuPeiServicesTableUpdate.h
1 /** @file
2 Emulator Thunk to abstract OS services from pure EFI code
3
4 Copyright (c) 2008 - 2011, Apple Inc. All rights reserved.<BR>
5
6 This program and the accompanying materials
7 are licensed and made available under the terms and conditions of the BSD License
8 which accompanies this distribution. The full text of the license may be found at
9 http://opensource.org/licenses/bsd-license.php
10
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13
14 **/
15
16 #ifndef __EMU_PEI_SERVICE_TABLE_UPDATE_PPI_H__
17 #define __EMU_PEI_SERVICE_TABLE_UPDATE_PPI_H__
18
19 #define _EMU_PEI_SERVICE_TABLE_UPDATE_PPI_GUID \
20 { 0xFA93020C, 0x6CDF, 0x1946, { 0x86, 0x35, 0x72, 0xCB, 0x51, 0x9E, 0xCF, 0xFD } }
21
22
23
24
25 extern EFI_GUID gEmuPeiServicesTableUpdatePpiGuid;
26
27 #endif