]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Protocol/SmmExitBootServices.h
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / SmmExitBootServices.h
CommitLineData
53ec4d7f
SZ
1/** @file\r
2 EDKII SMM Exit Boot Services protocol.\r
3\r
4 This SMM protocol is to be published by the SMM Foundation code to associate\r
5 with EFI_EVENT_GROUP_EXIT_BOOT_SERVICES to notify SMM driver that system enter\r
6 exit boot services.\r
7\r
8 Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
9d510e61 9 SPDX-License-Identifier: BSD-2-Clause-Patent\r
53ec4d7f
SZ
10\r
11**/\r
12\r
13#ifndef _SMM_EXIT_BOOT_SERVICES_H_\r
14#define _SMM_EXIT_BOOT_SERVICES_H_\r
15\r
16#define EDKII_SMM_EXIT_BOOT_SERVICES_PROTOCOL_GUID \\r
17 { \\r
18 0x296eb418, 0xc4c8, 0x4e05, { 0xab, 0x59, 0x39, 0xe8, 0xaf, 0x56, 0xf0, 0xa } \\r
19 }\r
20\r
21extern EFI_GUID gEdkiiSmmExitBootServicesProtocolGuid;\r
22\r
23#endif\r