X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=DuetPkg%2FDxeIpl%2FDxeIpl.h;h=581c2e6f692055ff608c0180f25c28764d709db3;hb=bb52ec2d6b76b043cd70f277887519f09f36b55a;hp=c8c67948a2b264edeaa7e30d27ebe44a93880898;hpb=9008db4a285b14880d213a258d233da458dae8e3;p=mirror_edk2.git diff --git a/DuetPkg/DxeIpl/DxeIpl.h b/DuetPkg/DxeIpl/DxeIpl.h index c8c67948a2..581c2e6f69 100644 --- a/DuetPkg/DxeIpl/DxeIpl.h +++ b/DuetPkg/DxeIpl/DxeIpl.h @@ -1,9 +1,21 @@ +/** @file + Internal header file for DxeIpl module. + +Copyright (c) 2006 - 2011, 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 +http://opensource.org/licenses/bsd-license.php + +THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. + +**/ #ifndef _DUET_DXEIPL_H_ #define _DUET_DXEIPL_H_ -#include "FrameworkPei.h" -#include "FrameworkModulePei.h" +#include #include "EfiLdrHandoff.h" #include "EfiFlashMap.h" @@ -11,13 +23,17 @@ #include #include #include -#include + #include #include #include #include #include #include +#include +#include +#include +#include #include #include @@ -29,8 +45,5 @@ #include #include -#include -#include - #endif // _DUET_DXEIPL_H_