]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Ppi/Reset2.h
MdePkg: Apply uncrustify changes
[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
9344f092 8 SPDX-License-Identifier: BSD-2-Clause-Patent\r
5e093ebb
SZ
9\r
10 @par Revision Reference:\r
11 This PPI is introduced in PI Version 1.4.\r
12\r
13**/\r
14\r
15#ifndef __RESET2_PPI_H__\r
16#define __RESET2_PPI_H__\r
17\r
18#define EFI_PEI_RESET2_PPI_GUID \\r
19 { \\r
20 0x6cc45765, 0xcce4, 0x42fd, {0xbc, 0x56, 0x1, 0x1a, 0xaa, 0xc6, 0xc9, 0xa8 } \\r
21 }\r
22\r
23///\r
24/// This PPI provides provide a simple reset service.\r
25///\r
26typedef struct _EFI_PEI_RESET2_PPI {\r
2f88bd3a 27 EFI_PEI_RESET2_SYSTEM ResetSystem;\r
5e093ebb
SZ
28} EFI_PEI_RESET2_PPI;\r
29\r
2f88bd3a 30extern EFI_GUID gEfiPeiReset2PpiGuid;\r
5e093ebb
SZ
31\r
32#endif\r