]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Guid/EventGroup.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Guid / EventGroup.h
index 7155001ff221aa752b0e5a9a7ec8d613e5d99562..a833a9c8fe4135b811e65f06a77a2cb0d0f25a50 100644 (file)
@@ -1,21 +1,21 @@
 /** @file\r
-  GUIDs for gBS->CreateEventEx Event Groups. Defined in UEFI spec 2.0 and PI 1.2.\r
+  GUIDs for gBS->CreateEventEx Event Groups. Defined in UEFI spec 2.0 and PI 1.2.1.\r
 \r
-Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials are licensed and made available under \r
-the terms and conditions of the BSD License that accompanies this distribution.  \r
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials are licensed and made available under\r
+the terms and conditions of the BSD License that accompanies this distribution.\r
 The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php.                                          \r
-    \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
+http://opensource.org/licenses/bsd-license.php.\r
+\r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
 **/\r
 \r
 #ifndef __EVENT_GROUP_GUID__\r
 #define __EVENT_GROUP_GUID__\r
 \r
-                                             \r
+\r
 #define EFI_EVENT_GROUP_EXIT_BOOT_SERVICES \\r
   { 0x27abf055, 0xb1b8, 0x4c26, { 0x80, 0x48, 0x74, 0x8f, 0x37, 0xba, 0xa2, 0xdf } }\r
 \r
@@ -39,9 +39,14 @@ extern EFI_GUID gEfiEventMemoryMapChangeGuid;
 \r
 extern EFI_GUID gEfiEventReadyToBootGuid;\r
 \r
-#define EFI_EVENT_GROUP_DXE_DISPATCH \\r
+#define EFI_EVENT_GROUP_DXE_DISPATCH_GUID \\r
   { 0x7081e22f, 0xcac6, 0x4053, { 0x94, 0x68, 0x67, 0x57, 0x82, 0xcf, 0x88, 0xe5 }}\r
 \r
 extern EFI_GUID gEfiEventDxeDispatchGuid;\r
 \r
+#define EFI_END_OF_DXE_EVENT_GROUP_GUID \\r
+  { 0x2ce967a, 0xdd7e, 0x4ffc, { 0x9e, 0xe7, 0x81, 0xc, 0xf0, 0x47, 0x8, 0x80 } }\r
+\r
+extern EFI_GUID gEfiEndOfDxeEventGroupGuid;\r
+\r
 #endif\r