]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Protocol/Reset.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Protocol / Reset.h
CommitLineData
d1f95000 1/** @file\r
4ca9b6c4 2 Reset Architectural Protocol as defined in PI Specification VOLUME 2 DXE\r
d1f95000 3\r
4 Used to provide ResetSystem runtime services\r
5\r
9095d37b 6 The ResetSystem () UEFI 2.0 service is added to the EFI system table and the\r
d1f95000 7 EFI_RESET_ARCH_PROTOCOL_GUID protocol is registered with a NULL pointer.\r
8\r
9095d37b
LG
9 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
10 This program and the accompanying materials\r
11 are licensed and made available under the terms and conditions of the BSD License\r
12 which accompanies this distribution. The full text of the license may be found at\r
13 http://opensource.org/licenses/bsd-license.php\r
d1f95000 14\r
9095d37b
LG
15 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
d1f95000 17\r
d1f95000 18**/\r
19\r
20#ifndef __ARCH_PROTOCOL_RESET_H__\r
21#define __ARCH_PROTOCOL_RESET_H__\r
22\r
99e8ed21 23///\r
24/// Global ID for the Reset Architectural Protocol\r
25///\r
d1f95000 26#define EFI_RESET_ARCH_PROTOCOL_GUID \\r
27 { 0x27CFAC88, 0x46CC, 0x11d4, {0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D } }\r
28\r
29extern EFI_GUID gEfiResetArchProtocolGuid;\r
30\r
31#endif\r