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