X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=DuetPkg%2FDxeIpl%2FDxeIpl.h;h=581c2e6f692055ff608c0180f25c28764d709db3;hb=1de28466b043003d389407661d3e01aee286345c;hp=5606a18f049bcbbc47757fd3771753f60af3c240;hpb=ca162103dae16dd48474f8dfc7a8951c997c89bc;p=mirror_edk2.git diff --git a/DuetPkg/DxeIpl/DxeIpl.h b/DuetPkg/DxeIpl/DxeIpl.h index 5606a18f04..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,16 +23,19 @@ #include #include #include -#include + #include #include -#include +#include #include #include #include +#include +#include +#include +#include #include -#include #include #include @@ -28,8 +43,7 @@ #include #include #include +#include -#include -#include +#endif // _DUET_DXEIPL_H_ -#endif // _DUET_DXEIPL_H_ \ No newline at end of file