]> git.proxmox.com Git - mirror_edk2.git/blame - OldMdePkg/Include/Ppi/Reset.h
Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break existing...
[mirror_edk2.git] / OldMdePkg / Include / Ppi / Reset.h
CommitLineData
878ddf1f 1/** @file\r
2 This file declares Reset PPI used to reset the platform\r
3\r
4 Copyright (c) 2006, Intel Corporation \r
5 All rights reserved. This program and the accompanying materials \r
6 are licensed and made available under the terms and conditions of the BSD License \r
7 which accompanies this distribution. The full text of the license may be found at \r
8 http://opensource.org/licenses/bsd-license.php \r
9\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
12\r
13 Module Name: Reset.h\r
14\r
15 @par Revision Reference:\r
16 This PPI is defined in PEI CIS\r
17 Version 0.91.\r
18\r
19**/\r
20\r
21#ifndef __RESET_PPI_H__\r
22#define __RESET_PPI_H__\r
23\r
24#define EFI_PEI_RESET_PPI_GUID \\r
25 { \\r
26 0xef398d58, 0x9dfd, 0x4103, {0xbf, 0x94, 0x78, 0xc6, 0xf4, 0xfe, 0x71, 0x2f } \\r
27 }\r
28\r
29typedef struct {\r
30 EFI_PEI_RESET_SYSTEM ResetSystem;\r
31} EFI_PEI_RESET_PPI;\r
32\r
33extern EFI_GUID gEfiPeiResetPpiGuid;\r
34\r
35#endif\r