X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FInclude%2FEdkPeiCore.h;h=c7870af01e57cb0ab2cbae509701b29adb74e196;hp=6cd6f664e806e58d85a6160b6e188e7b951b5fef;hb=b06af5d71ec9fc353b9433a26fc55d14077f7cde;hpb=cc08c549443efef7fe4b573cabbc8cd8f3ed923b;ds=sidebyside diff --git a/EdkModulePkg/Include/EdkPeiCore.h b/EdkModulePkg/Include/EdkPeiCore.h index 6cd6f664e8..c7870af01e 100644 --- a/EdkModulePkg/Include/EdkPeiCore.h +++ b/EdkModulePkg/Include/EdkPeiCore.h @@ -1,6 +1,6 @@ /*++ -Copyright (c) 2006, Intel Corporation +Copyright (c) 2006 - 2007, Intel Corporation All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -26,10 +26,6 @@ Abstract: #ifndef __EDK_PEI_CORE_H__ #define __EDK_PEI_CORE_H__ -// -// BUGBUG: We must include this lib here due to ordering issues -// -#include #include @@ -39,12 +35,4 @@ Abstract: // #include -EFI_STATUS -EFIAPI -PeiCore ( - IN EFI_PEI_STARTUP_DESCRIPTOR *PeiStartupDescriptor, - IN VOID *Data - ) -; - #endif