]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Include/Ppi/PlatformSpecificResetHandler.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Include / Ppi / PlatformSpecificResetHandler.h
... / ...
CommitLineData
1/** @file\r
2 This PPI provides services to register a platform specific handler for\r
3 ResetSystem(). The registered handlers are processed after\r
4 EDKII_PLATFORM_SPECIFIC_RESET_NOTIFICATION_PPI notifications.\r
5\r
6 Copyright (c) 2017 - 2018 Intel Corporation. All rights reserved.<BR>\r
7 SPDX-License-Identifier: BSD-2-Clause-Patent\r
8\r
9**/\r
10\r
11#ifndef _PLATFORM_SPECIFIC_RESET_HANDLER_PPI_H_\r
12#define _PLATFORM_SPECIFIC_RESET_HANDLER_PPI_H_\r
13\r
14#include <Protocol/ResetNotification.h>\r
15\r
16#define EDKII_PLATFORM_SPECIFIC_RESET_HANDLER_PPI_GUID \\r
17 { 0x75cf14ae, 0x3441, 0x49dc, { 0xaa, 0x10, 0xbb, 0x35, 0xa7, 0xba, 0x8b, 0xab } }\r
18\r
19typedef EFI_RESET_NOTIFICATION_PROTOCOL EDKII_PLATFORM_SPECIFIC_RESET_HANDLER_PPI;\r
20\r
21extern EFI_GUID gEdkiiPlatformSpecificResetHandlerPpiGuid;\r
22\r
23#endif\r