]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Guid/EventExitBootServiceFailed.h
MdeModulePkg SmiHandlerProfile: Use fixed data type in data structure
[mirror_edk2.git] / MdeModulePkg / Include / Guid / EventExitBootServiceFailed.h
CommitLineData
044824d9 1/** @file\r
2 GUID is the name of events used with ExitBootServices in order to be notified\r
3 when this ExitBootServices Call is failed.\r
4\r
5 Copyright (c) 2012, Intel Corporation. All rights reserved.<BR>\r
6 This program and the accompanying materials\r
7 are licensed and made available under the terms and conditions of the BSD License\r
8 which accompanies this distribution. The full text of the license may be found at\r
9 http://opensource.org/licenses/bsd-license.php\r
10\r
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14**/\r
15\r
16#ifndef __EVENT_EXIT_BOOT_FAILED_GUID_H__\r
17#define __EVENT_EXIT_BOOT_FAILED_GUID_H__\r
18 \r
19#define EVENT_GROUP_EXIT_BOOT_SERVICES_FAILED \\r
20 { 0x4f6c5507, 0x232f, 0x4787, { 0xb9, 0x5e, 0x72, 0xf8, 0x62, 0x49, 0xc, 0xb1 } }\r
21\r
22extern EFI_GUID gEventExitBootServicesFailedGuid;\r
23\r
24#endif\r