]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Protocol/SmmLegacyBoot.h
MdeModulePkg: Replace BSD License with BSD+Patent License
[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
9d510e61 8 SPDX-License-Identifier: BSD-2-Clause-Patent\r
53ec4d7f
SZ
9\r
10**/\r
11\r
12#ifndef _SMM_LEGACY_BOOT_H_\r
13#define _SMM_LEGACY_BOOT_H_\r
14\r
15#define EDKII_SMM_LEGACY_BOOT_PROTOCOL_GUID \\r
16 { \\r
17 0x85a8ab57, 0x644, 0x4110, { 0x85, 0xf, 0x98, 0x13, 0x22, 0x4, 0x70, 0x70 } \\r
18 }\r
19\r
20extern EFI_GUID gEdkiiSmmLegacyBootProtocolGuid;\r
21\r
22#endif\r