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