2008-07-25 20:21:57 +08:00
|
|
|
/** @file
|
2007-06-22 11:21:45 +08:00
|
|
|
Common header file shared by all source files.
|
|
|
|
|
2008-07-08 17:38:43 +08:00
|
|
|
This file includes package header files, dependent library classes.
|
2007-06-22 11:21:45 +08:00
|
|
|
|
2021-03-12 10:26:10 +08:00
|
|
|
Copyright (c) 2007 - 2021, Intel Corporation. All rights reserved.<BR>
|
2019-04-04 07:06:00 +08:00
|
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
2007-06-22 11:21:45 +08:00
|
|
|
**/
|
|
|
|
|
2008-07-08 17:38:43 +08:00
|
|
|
#ifndef __BASEIOLIB_INTRINSIC_INTERNAL_H_
|
|
|
|
#define __BASEIOLIB_INTRINSIC_INTERNAL_H_
|
2007-06-22 11:21:45 +08:00
|
|
|
|
|
|
|
#include <Base.h>
|
2007-07-20 14:28:14 +08:00
|
|
|
|
2007-06-22 11:21:45 +08:00
|
|
|
#include <Library/IoLib.h>
|
|
|
|
#include <Library/BaseLib.h>
|
|
|
|
#include <Library/DebugLib.h>
|
2021-03-12 10:26:10 +08:00
|
|
|
#include <Library/RegisterFilterLib.h>
|
2007-06-22 11:21:45 +08:00
|
|
|
|
|
|
|
#endif
|