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