]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Ppi/PlatformSpecificResetHandler.h
MdeModulePkg/ResetSystemRuntimeDxe: Add platform filter and handler
[mirror_edk2.git] / MdeModulePkg / Include / Ppi / PlatformSpecificResetHandler.h
CommitLineData
99a6529e
MK
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_FILTER_PPI notifications.\r
5\r
6 Copyright (c) 2017 Intel Corporation. All rights reserved.<BR>\r
7 This program and the accompanying materials are licensed and made available under\r
8 the terms and conditions of the BSD License that accompanies this distribution.\r
9 The full text of the license may be found at\r
10 http://opensource.org/licenses/bsd-license.php.\r
11\r
12 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14\r
15**/\r
16\r
17#ifndef _PLATFORM_SPECIFIC_RESET_HANDLER_PPI_H_\r
18#define _PLATFORM_SPECIFIC_RESET_HANDLER_PPI_H_\r
19\r
20#include <Protocol/ResetNotification.h>\r
21\r
22#define EDKII_PLATFORM_SPECIFIC_RESET_HANDLER_PPI_GUID \\r
23 { 0x75cf14ae, 0x3441, 0x49dc, { 0xaa, 0x10, 0xbb, 0x35, 0xa7, 0xba, 0x8b, 0xab } }\r
24\r
25typedef EFI_RESET_NOTIFICATION_PROTOCOL EDKII_PLATFORM_SPECIFIC_RESET_HANDLER_PPI;\r
26\r
27extern EFI_GUID gEdkiiPlatformSpecificResetHandlerPpiGuid;\r
28\r
29#endif\r