]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Protocol/SmmLegacyBoot.h
MdeModulePkg/S3SmmInitDone.h: Fix copyright coding style error.
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / SmmLegacyBoot.h
CommitLineData
53ec4d7f
SZ
1/** @file\r
2 EDKII SMM Legacy Boot protocol.\r
3\r
4 This SMM protocol is to be published by the SMM Foundation code to associate\r
5 with EFI_EVENT_LEGACY_BOOT_GUID to notify SMM driver that system enter legacy boot.\r
6\r
a60a462e 7 Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
53ec4d7f
SZ
8 This program and the accompanying materials\r
9 are licensed and made available under the terms and conditions of the BSD License\r
10 which accompanies this distribution. The full text of the license may be found at\r
11 http://opensource.org/licenses/bsd-license.php\r
12\r
13 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15\r
16**/\r
17\r
18#ifndef _SMM_LEGACY_BOOT_H_\r
19#define _SMM_LEGACY_BOOT_H_\r
20\r
21#define EDKII_SMM_LEGACY_BOOT_PROTOCOL_GUID \\r
22 { \\r
23 0x85a8ab57, 0x644, 0x4110, { 0x85, 0xf, 0x98, 0x13, 0x22, 0x4, 0x70, 0x70 } \\r
24 }\r
25\r
26extern EFI_GUID gEdkiiSmmLegacyBootProtocolGuid;\r
27\r
28#endif\r