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
|
|
|
|
2010-04-23 17:37:19 +02:00
|
|
|
Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved.<BR>
|
|
|
|
This program and the accompanying materials
|
2007-06-22 05:21:45 +02:00
|
|
|
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
|
2010-06-25 23:56:02 +02:00
|
|
|
http://opensource.org/licenses/bsd-license.php.
|
2007-06-22 05:21:45 +02:00
|
|
|
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
|