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
|
|
|
|
2021-03-12 03:26:10 +01:00
|
|
|
Copyright (c) 2007 - 2021, Intel Corporation. All rights reserved.<BR>
|
2019-04-04 01:06:00 +02:00
|
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
2007-06-22 05:21:45 +02:00
|
|
|
**/
|
|
|
|
|
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
|
|
|
|
|
|
|
#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>
|
2021-03-12 03:26:10 +01:00
|
|
|
#include <Library/RegisterFilterLib.h>
|
2007-06-22 05:21:45 +02:00
|
|
|
|
|
|
|
#endif
|