2008-07-25 14:21:57 +02:00
|
|
|
/** @file
|
2007-06-22 05:21:45 +02:00
|
|
|
Common header file shared by all source files.
|
|
|
|
|
2008-07-08 11:38:43 +02:00
|
|
|
This file includes package header files, dependent library classes.
|
2007-06-22 05:21:45 +02:00
|
|
|
|
2008-09-11 10:59:52 +02:00
|
|
|
Copyright (c) 2007 - 2008, Intel Corporation.
|
2007-06-22 05:21:45 +02:00
|
|
|
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.
|
|
|
|
**/
|
|
|
|
|
2008-07-08 11:38:43 +02:00
|
|
|
#ifndef __BASEIOLIB_INTRINSIC_INTERNAL_H_
|
|
|
|
#define __BASEIOLIB_INTRINSIC_INTERNAL_H_
|
2007-06-22 05:21:45 +02:00
|
|
|
|
|
|
|
|
2007-07-20 08:28:14 +02:00
|
|
|
|
2007-06-22 05:21:45 +02:00
|
|
|
#include <Base.h>
|
2007-07-20 08:28:14 +02:00
|
|
|
|
2007-06-22 05:21:45 +02:00
|
|
|
#include <Library/IoLib.h>
|
|
|
|
#include <Library/BaseLib.h>
|
|
|
|
#include <Library/DebugLib.h>
|
|
|
|
|
|
|
|
#endif
|