]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Guid/IdleLoopEvent.h
MdeModulePkg: Apply uncrustify changes
[mirror_edk2.git] / MdeModulePkg / Include / Guid / IdleLoopEvent.h
CommitLineData
54cd17e9 1/** @file\r
2 GUID is the name of events used with CreateEventEx in order to be notified\r
3 when the DXE Core is idle.\r
4\r
5 Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
9d510e61 6 SPDX-License-Identifier: BSD-2-Clause-Patent\r
54cd17e9 7\r
8**/\r
9\r
10#ifndef __IDLE_LOOP_EVENT_GUID_H__\r
11#define __IDLE_LOOP_EVENT_GUID_H__\r
12\r
13#define IDLE_LOOP_EVENT_GUID \\r
14 { 0x3c8d294c, 0x5fc3, 0x4451, { 0xbb, 0x31, 0xc4, 0xc0, 0x32, 0x29, 0x5e, 0x6c } }\r
15\r
1436aea4 16extern EFI_GUID gIdleLoopEventGuid;\r
54cd17e9 17\r
18#endif\r