00001 /** @file 00002 00003 Root include file for Mde Package DXE_CORE, DXE, SMM, SAL type modules. 00004 00005 Copyright (c) 2006 - 2007, Intel Corporation 00006 All rights reserved. This program and the accompanying materials 00007 are licensed and made available under the terms and conditions of the BSD License 00008 which accompanies this distribution. The full text of the license may be found at 00009 http://opensource.org/licenses/bsd-license.php 00010 00011 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 00012 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 00013 00014 **/ 00015 00016 #ifndef __PI_DXE_H__ 00017 #define __PI_DXE_H__ 00018 00019 #include <gpxe/efi/Uefi/UefiBaseType.h> 00020 #include <gpxe/efi/Uefi/UefiSpec.h> 00021 00022 #include <gpxe/efi/Pi/PiDxeCis.h> 00023 00024 #endif 00025
1.5.7.1