]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Guid/IdleLoopEvent.h
MdeModulePkg/S3SmmInitDone.h: Fix copyright coding style error.
[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
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 __IDLE_LOOP_EVENT_GUID_H__\r
17#define __IDLE_LOOP_EVENT_GUID_H__\r
18\r
19#define IDLE_LOOP_EVENT_GUID \\r
20 { 0x3c8d294c, 0x5fc3, 0x4451, { 0xbb, 0x31, 0xc4, 0xc0, 0x32, 0x29, 0x5e, 0x6c } }\r
21\r
22extern EFI_GUID gIdleLoopEventGuid;\r
23\r
24#endif\r