mirror of https://github.com/acidanthera/audk.git
15 lines
310 B
C
15 lines
310 B
C
/** @file
|
|
Provides the pointer to top of temporary ram.
|
|
|
|
Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
|
|
**/
|
|
|
|
#ifndef _TOP_OF_TEMPORARY_RAM_H_
|
|
#define _TOP_OF_TEMPORARY_RAM_H_
|
|
|
|
extern EFI_GUID gTopOfTemporaryRamPpiGuid;
|
|
|
|
#endif
|