]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdePkg/Include/Protocol/Reset.h
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Include / Protocol / Reset.h
... / ...
CommitLineData
1/** @file\r
2 Reset Architectural Protocol as defined in PI Specification VOLUME 2 DXE\r
3\r
4 Used to provide ResetSystem runtime services\r
5\r
6 The ResetSystem () UEFI 2.0 service is added to the EFI system table and the\r
7 EFI_RESET_ARCH_PROTOCOL_GUID protocol is registered with a NULL pointer.\r
8\r
9 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
10 SPDX-License-Identifier: BSD-2-Clause-Patent\r
11\r
12**/\r
13\r
14#ifndef __ARCH_PROTOCOL_RESET_H__\r
15#define __ARCH_PROTOCOL_RESET_H__\r
16\r
17///\r
18/// Global ID for the Reset Architectural Protocol\r
19///\r
20#define EFI_RESET_ARCH_PROTOCOL_GUID \\r
21 { 0x27CFAC88, 0x46CC, 0x11d4, {0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D } }\r
22\r
23extern EFI_GUID gEfiResetArchProtocolGuid;\r
24\r
25#endif\r