]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Framework/Ppi/DxeIpl/DxeIpl.h
EdkCompatibilityPkg: Remove EdkCompatibilityPkg
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Ppi / DxeIpl / DxeIpl.h
diff --git a/EdkCompatibilityPkg/Foundation/Framework/Ppi/DxeIpl/DxeIpl.h b/EdkCompatibilityPkg/Foundation/Framework/Ppi/DxeIpl/DxeIpl.h
deleted file mode 100644 (file)
index 0cfe826..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2004, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials                          \r
-are licensed and made available under the terms and conditions of the BSD License         \r
-which accompanies this distribution.  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
-\r
-Module Name:\r
-\r
- DxeIpl.h\r
-\r
-Abstract:\r
-\r
-  DXE Initial Program Load PPI as defined in Tiano\r
-\r
-  When the PEI core is done it calls the DXE IPL via this PPI.\r
-\r
---*/\r
-\r
-#ifndef _DXE_IPL_H_\r
-#define _DXE_IPL_H_\r
-\r
-#include "Tiano.h"\r
-#include "PeiHob.h"\r
-\r
-#define EFI_DXE_IPL_PPI_GUID \\r
-  { \\r
-    0xae8ce5d, 0xe448, 0x4437, {0xa8, 0xd7, 0xeb, 0xf5, 0xf1, 0x94, 0xf7, 0x31} \\r
-  }\r
-\r
-EFI_FORWARD_DECLARATION (EFI_DXE_IPL_PPI);\r
-\r
-typedef\r
-EFI_STATUS\r
-(EFIAPI *EFI_DXE_IPL_ENTRY) (\r
-  IN EFI_DXE_IPL_PPI              * This,\r
-  IN EFI_PEI_SERVICES             **PeiServices,\r
-  IN EFI_PEI_HOB_POINTERS         HobList\r
-  );\r
-\r
-struct _EFI_DXE_IPL_PPI {\r
-  EFI_DXE_IPL_ENTRY Entry;\r
-};\r
-\r
-extern EFI_GUID gEfiDxeIplPpiGuid;\r
-\r
-#endif\r