]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicInternal.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Library / BaseIoLibIntrinsic / BaseIoLibIntrinsicInternal.h
CommitLineData
42eedea9 1/** @file\r
e1f414b6 2 Common header file shared by all source files.\r
3\r
38bbd3d9 4 This file includes package header files, dependent library classes.\r
e1f414b6 5\r
38c8be12 6 Copyright (c) 2007 - 2021, Intel Corporation. All rights reserved.<BR>\r
9344f092 7 SPDX-License-Identifier: BSD-2-Clause-Patent\r
e1f414b6 8**/\r
9\r
38bbd3d9 10#ifndef __BASEIOLIB_INTRINSIC_INTERNAL_H_\r
11#define __BASEIOLIB_INTRINSIC_INTERNAL_H_\r
e1f414b6 12\r
e1f414b6 13#include <Base.h>\r
c892d846 14\r
e1f414b6 15#include <Library/IoLib.h>\r
16#include <Library/BaseLib.h>\r
17#include <Library/DebugLib.h>\r
38c8be12 18#include <Library/RegisterFilterLib.h>\r
e1f414b6 19\r
20#endif\r