]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Guid/EventExitBootServiceFailed.h
MdeModulePkg: Apply uncrustify changes
[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
d1102dba 5 Copyright (c) 2012 - 2018, Intel Corporation. All rights reserved.<BR>\r
9d510e61 6 SPDX-License-Identifier: BSD-2-Clause-Patent\r
044824d9 7\r
8**/\r
9\r
10#ifndef __EVENT_EXIT_BOOT_FAILED_GUID_H__\r
11#define __EVENT_EXIT_BOOT_FAILED_GUID_H__\r
d1102dba 12\r
044824d9 13#define EVENT_GROUP_EXIT_BOOT_SERVICES_FAILED \\r
14 { 0x4f6c5507, 0x232f, 0x4787, { 0xb9, 0x5e, 0x72, 0xf8, 0x62, 0x49, 0xc, 0xb1 } }\r
15\r
1436aea4 16extern EFI_GUID gEventExitBootServicesFailedGuid;\r
044824d9 17\r
18#endif\r