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