]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Protocol/PlatformSpecificResetHandler.h
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / PlatformSpecificResetHandler.h
CommitLineData
99a6529e
MK
1/** @file\r
2 This protocol provides services to register a platform specific handler for\r
3 ResetSystem(). The registered handlers are called after the UEFI 2.7 Reset\r
4 Notifications are processed\r
5\r
6 Copyright (c) 2017 Intel Corporation. All rights reserved.<BR>\r
9d510e61 7 SPDX-License-Identifier: BSD-2-Clause-Patent\r
99a6529e
MK
8\r
9**/\r
10\r
11#ifndef _PLATFORM_SPECIFIC_RESET_HANDLER_PROTOCOL_H_\r
12#define _PLATFORM_SPECIFIC_RESET_HANDLER_PROTOCOL_H_\r
13\r
14#include <Protocol/ResetNotification.h>\r
15\r
16#define EDKII_PLATFORM_SPECIFIC_RESET_HANDLER_PROTOCOL_GUID \\r
17 { 0x2df6ba0b, 0x7092, 0x440d, { 0xbd, 0x4, 0xfb, 0x9, 0x1e, 0xc3, 0xf3, 0xc1 } }\r
18\r
19typedef EFI_RESET_NOTIFICATION_PROTOCOL EDKII_PLATFORM_SPECIFIC_RESET_HANDLER_PROTOCOL;\r
20\r
21extern EFI_GUID gEdkiiPlatformSpecificResetHandlerProtocolGuid;\r
22\r
23#endif\r