]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/DxeIoLibEsal/DxeIoLibEsalInternal.h
MdePkg/BasePrintLib: Fix incomplete print output
[mirror_edk2.git] / MdePkg / Library / DxeIoLibEsal / DxeIoLibEsalInternal.h
CommitLineData
863be5d0 1/** @file\r
2 Internal include file for the I/O Library using ESAL services.\r
3 \r
4 Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
5 This program and the accompanying materials are licensed and made available\r
6 under the terms and conditions of the BSD License which accompanies this\r
7 distribution. The full text of the license may be found at\r
8 http://opensource.org/licenses/bsd-license.php.\r
9\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#ifndef __DXE_IO_LIB_ESAL_INTERNAL_H_\r
16#define __DXE_IO_LIB_ESAL_INTERNAL_H_\r
17\r
18#include <PiDxe.h>\r
19\r
20#include <Protocol/CpuIo2.h>\r
21#include <Protocol/ExtendedSalServiceClasses.h>\r
22\r
23#include <Library/IoLib.h>\r
24#include <Library/DebugLib.h>\r
25#include <Library/BaseLib.h>\r
26#include <Library/ExtendedSalLib.h>\r
27\r
28#endif\r