]> git.proxmox.com Git - mirror_edk2.git/blame - OldMdePkg/Include/Base.h
MdePkg:
[mirror_edk2.git] / OldMdePkg / Include / Base.h
CommitLineData
878ddf1f 1/** @file\r
2\r
3 Root include file for Mde Package Base type modules\r
4\r
5 This is the include file for any module of type base. Base modules only use \r
6 types defined via this include file and can be ported easily to any \r
7 environment. There are a set of base libraries in the Mde Package that can\r
8 be used to implement base modules.\r
9\r
10Copyright (c) 2006, Intel Corporation\r
11All rights reserved. This program and the accompanying materials\r
12are licensed and made available under the terms and conditions of the BSD License\r
13which accompanies this distribution. The full text of the license may be found at\r
14http://opensource.org/licenses/bsd-license.php\r
15\r
16THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
17WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
18\r
19**/\r
20\r
21\r
22#ifndef __BASE_H__\r
23#define __BASE_H__\r
24\r
25#include <Common/BaseTypes.h>\r
26#include <Common/EfiImage.h>\r
27\r
63afc360 28#if defined(MDE_CPU_IPF)\r
29#include <PalApi.h>\r
30#endif\r
31\r
878ddf1f 32#endif\r