]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFspWrapperPkg/Include/Ppi/TopOfTemporaryRam.h
DynamicTablesPkg: GTDT updates for ACPI 6.3
[mirror_edk2.git] / IntelFspWrapperPkg / Include / Ppi / TopOfTemporaryRam.h
1 /** @file
2 Provides the pointer to top of temporary ram.
3
4 Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 **/
8
9 #ifndef _TOP_OF_TEMPORARY_RAM_H_
10 #define _TOP_OF_TEMPORARY_RAM_H_
11
12 extern EFI_GUID gTopOfTemporaryRamPpiGuid;
13
14 #endif