]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Ppi/PlatformSpecificResetNotification.h
MdeModulePkg/S3SmmInitDone.h: Fix copyright coding style error.
[mirror_edk2.git] / MdeModulePkg / Include / Ppi / PlatformSpecificResetNotification.h
CommitLineData
ce2697ab
BB
1/** @file\r
2 This PPI provides services to register a platform specific notification callback for\r
3 ResetSystem(). The registered handlers are processed after\r
4 EDKII_PLATFORM_SPECIFIC_RESET_FILTER_PPI notifications and before\r
5 EDKII_PLATFORM_SPECIFIC_RESET_HANDLER_PPI notifications.\r
6\r
7 Copyright (c) 2017 - 2018 Intel Corporation. All rights reserved.<BR>\r
8 Copyright (c) 2017 Microsoft Corporation. All rights reserved.<BR>\r
9\r
10 This program and the accompanying materials are licensed and made available under\r
11 the terms and conditions of the BSD License that accompanies this distribution.\r
12 The full text of the license may be found at\r
13 http://opensource.org/licenses/bsd-license.php.\r
14\r
15 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17\r
18**/\r
19\r
20#ifndef _PLATFORM_SPECIFIC_RESET_NOTIFICATION_PPI_H_\r
21#define _PLATFORM_SPECIFIC_RESET_NOTIFICATION_PPI_H_\r
22\r
23#include <Protocol/ResetNotification.h>\r
24\r
25#define EDKII_PLATFORM_SPECIFIC_RESET_NOTIFICATION_PPI_GUID \\r
26 { 0xe09f355d, 0xdae8, 0x4910, { 0xb1, 0x4a, 0x92, 0x78, 0x0f, 0xdc, 0xf7, 0xcb } }\r
27\r
28typedef EFI_RESET_NOTIFICATION_PROTOCOL EDKII_PLATFORM_SPECIFIC_RESET_NOTIFICATION_PPI;\r
29\r
30extern EFI_GUID gEdkiiPlatformSpecificResetNotificationPpiGuid;\r
31\r
32#endif\r