]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Protocol/SmmExitBootServices.h
MdeModulePkg/S3SmmInitDone.h: Fix copyright coding style error.
[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
9 This program and the accompanying materials\r
10 are licensed and made available under the terms and conditions of the BSD License\r
11 which accompanies this distribution. The full text of the license may be found at\r
12 http://opensource.org/licenses/bsd-license.php\r
13\r
14 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16\r
17**/\r
18\r
19#ifndef _SMM_EXIT_BOOT_SERVICES_H_\r
20#define _SMM_EXIT_BOOT_SERVICES_H_\r
21\r
22#define EDKII_SMM_EXIT_BOOT_SERVICES_PROTOCOL_GUID \\r
23 { \\r
24 0x296eb418, 0xc4c8, 0x4e05, { 0xab, 0x59, 0x39, 0xe8, 0xaf, 0x56, 0xf0, 0xa } \\r
25 }\r
26\r
27extern EFI_GUID gEdkiiSmmExitBootServicesProtocolGuid;\r
28\r
29#endif\r