REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3246 Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Zhiguang Liu <zhiguang.liu@intel.com> Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn> Acked-by: Ard Biesheuvel <ardb@kernel.org>
23 lines
518 B
C
23 lines
518 B
C
/** @file
|
|
Common header file shared by all source files.
|
|
|
|
This file includes package header files, dependent library classes.
|
|
|
|
Copyright (c) 2007 - 2021, Intel Corporation. All rights reserved.<BR>
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
**/
|
|
|
|
#ifndef __BASEIOLIB_INTRINSIC_INTERNAL_H_
|
|
#define __BASEIOLIB_INTRINSIC_INTERNAL_H_
|
|
|
|
|
|
|
|
#include <Base.h>
|
|
|
|
#include <Library/IoLib.h>
|
|
#include <Library/BaseLib.h>
|
|
#include <Library/DebugLib.h>
|
|
#include <Library/RegisterFilterLib.h>
|
|
|
|
#endif
|