]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicInternal.h
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / BaseIoLibIntrinsic / BaseIoLibIntrinsicInternal.h
1 /** @file
2 Common header file shared by all source files.
3
4 This file includes package header files, dependent library classes.
5
6 Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved.<BR>
7 SPDX-License-Identifier: BSD-2-Clause-Patent
8 **/
9
10 #ifndef __BASEIOLIB_INTRINSIC_INTERNAL_H_
11 #define __BASEIOLIB_INTRINSIC_INTERNAL_H_
12
13
14
15 #include <Base.h>
16
17 #include <Library/IoLib.h>
18 #include <Library/BaseLib.h>
19 #include <Library/DebugLib.h>
20
21 #endif