VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Include/Ppi/MigrateTempRam.h

Last change on this file was 108794, checked in by vboxsync, 5 weeks ago

Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643

  • Property svn:eol-style set to native
File size: 650 bytes
Line 
1/** @file
2 This file declares Migrate Temporary Memory PPI.
3
4 This PPI is published by the PEI Foundation when temporary RAM needs to evacuate.
5 Its purpose is to be used as a signal for other PEIMs who can register for a
6 notification on its installation.
7
8 Copyright (c) 2024, Intel Corporation. All rights reserved.<BR>
9 SPDX-License-Identifier: BSD-2-Clause-Patent
10
11**/
12
13#ifndef PEI_MIGRATE_TEMP_RAM_PPI_H_
14#define PEI_MIGRATE_TEMP_RAM_PPI_H_
15
16#define EFI_PEI_MIGRATE_TEMP_RAM_PPI_GUID \
17 { \
18 0xc79dc53b, 0xafcd, 0x4a6a, {0xad, 0x94, 0xa7, 0x6a, 0x3f, 0xa9, 0xe9, 0xc2 } \
19 }
20
21extern EFI_GUID gEdkiiPeiMigrateTempRamPpiGuid;
22
23#endif
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette