]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Ppi/PlatformSpecificResetFilter.h
MdeModulePkg/S3SmmInitDone.h: Fix copyright coding style error.
[mirror_edk2.git] / MdeModulePkg / Include / Ppi / PlatformSpecificResetFilter.h
CommitLineData
99a6529e
MK
1/** @file\r
2 This PPI provides services to register a platform specific reset filter\r
3 for ResetSystem(). A reset filter evaluates the parameters passed to\r
4 ResetSystem() and converts a ResetType of EfiResetPlatformSpecific to a\r
5 non-platform specific reset type. The registered filters are processed before\r
ce2697ab 6 EDKII_PLATFORM_SPECIFIC_RESET_NOTIFICATION_PPI handlers.\r
99a6529e 7\r
ce2697ab 8 Copyright (c) 2017 - 2018 Intel Corporation. All rights reserved.<BR>\r
99a6529e
MK
9 This program and the accompanying materials are licensed and made available under\r
10 the terms and conditions of the BSD License that accompanies this distribution.\r
11 The full text of the license may be found at\r
12 http://opensource.org/licenses/bsd-license.php.\r
13\r
14 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16\r
17**/\r
18\r
19#ifndef _PLATFORM_SPECIFIC_RESET_FILTER_PPI_H_\r
20#define _PLATFORM_SPECIFIC_RESET_FILTER_PPI_H_\r
21\r
22#include <Protocol/ResetNotification.h>\r
23\r
24#define EDKII_PLATFORM_SPECIFIC_RESET_FILTER_PPI_GUID \\r
25 { 0x8c9f4de3, 0x7b90, 0x47ef, { 0x93, 0x8, 0x28, 0x7c, 0xec, 0xd6, 0x6d, 0xe8 } }\r
26\r
27typedef EFI_RESET_NOTIFICATION_PROTOCOL EDKII_PLATFORM_SPECIFIC_RESET_FILTER_PPI;\r
28\r
29extern EFI_GUID gEdkiiPlatformSpecificResetFilterPpiGuid;\r
30\r
31#endif\r