]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Ppi/Reset2.h
MdePkg Ppi/Reset2.h: Fix CRLF format.
[mirror_edk2.git] / MdePkg / Include / Ppi / Reset2.h
CommitLineData
5e093ebb
SZ
1/** @file\r
2 This file declares Reset2 PPI used to reset the platform.\r
3\r
4 This PPI is installed by some platform- or chipset-specific PEIM that\r
5 abstracts the Reset Service to other agents.\r
6\r
7 Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
8 This program and the accompanying materials\r
9 are licensed and made available under the terms and conditions of the BSD License\r
10 which accompanies this distribution. The full text of the license may be found at\r
11 http://opensource.org/licenses/bsd-license.php\r
12\r
13 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15\r
16 @par Revision Reference:\r
17 This PPI is introduced in PI Version 1.4.\r
18\r
19**/\r
20\r
21#ifndef __RESET2_PPI_H__\r
22#define __RESET2_PPI_H__\r
23\r
24#define EFI_PEI_RESET2_PPI_GUID \\r
25 { \\r
26 0x6cc45765, 0xcce4, 0x42fd, {0xbc, 0x56, 0x1, 0x1a, 0xaa, 0xc6, 0xc9, 0xa8 } \\r
27 }\r
28\r
29///\r
30/// This PPI provides provide a simple reset service.\r
31///\r
32typedef struct _EFI_PEI_RESET2_PPI {\r
33 EFI_PEI_RESET2_SYSTEM ResetSystem;\r
34} EFI_PEI_RESET2_PPI;\r
35\r
36extern EFI_GUID gEfiPeiReset2PpiGuid;\r
37\r
38#endif\r