]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Protocol/Reset.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[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 9 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
9344f092 10 SPDX-License-Identifier: BSD-2-Clause-Patent\r
d1f95000 11\r
d1f95000 12**/\r
13\r
14#ifndef __ARCH_PROTOCOL_RESET_H__\r
15#define __ARCH_PROTOCOL_RESET_H__\r
16\r
99e8ed21 17///\r
18/// Global ID for the Reset Architectural Protocol\r
19///\r
d1f95000 20#define EFI_RESET_ARCH_PROTOCOL_GUID \\r
21 { 0x27CFAC88, 0x46CC, 0x11d4, {0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D } }\r
22\r
2f88bd3a 23extern EFI_GUID gEfiResetArchProtocolGuid;\r
d1f95000 24\r
25#endif\r