]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Reset/Reset.h
Maintainers.txt: Remove EdkCompatibilityPkg information
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Core / Dxe / ArchProtocol / Reset / Reset.h
CommitLineData
3eb9473e 1/*++\r
2\r
f57387d5
HT
3Copyright (c) 2004, Intel Corporation. All rights reserved.<BR>\r
4This program and the accompanying materials \r
3eb9473e 5are licensed and made available under the terms and conditions of the BSD License \r
6which accompanies this distribution. The full text of the license may be found at \r
7http://opensource.org/licenses/bsd-license.php \r
8 \r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11\r
12Module Name:\r
13\r
14 Reset.h\r
15\r
16Abstract:\r
17\r
18 Reset Architectural Protocol as defined in the DXE CIS\r
19\r
20 Used to provide ResetSystem runtime services\r
21\r
22 The ResetSystem () EFI 1.0 service is added to the EFI system table and the \r
23 EFI_RESET_ARCH_PROTOCOL_GUID protocol is registered with a NULL pointer.\r
24\r
25 No CRC of the EFI system table is required, as it is done in the DXE core.\r
26\r
27--*/\r
28\r
29#ifndef _ARCH_PROTOCOL_RESET_H_\r
30#define _ARCH_PROTOCOL_RESET_H_\r
31\r
32//\r
33// Global ID for the Reset Architectural Protocol\r
34//\r
35#define EFI_RESET_ARCH_PROTOCOL_GUID \\r
7ccf38a3 36 { 0x27CFAC88, 0x46CC, 0x11d4, {0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D} }\r
3eb9473e 37\r
38extern EFI_GUID gEfiResetArchProtocolGuid;\r
39\r
40#endif\r