]> git.proxmox.com Git - mirror_edk2.git/blob - SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/DxeDebugAgentLib.h
SourceLevelDebugPkg DebugAgentLib: Convert X64/AsmFuncs.asm
[mirror_edk2.git] / SourceLevelDebugPkg / Library / DebugAgent / DxeDebugAgent / DxeDebugAgentLib.h
1 /** @file
2 Header file for Dxe Core Debug Agent Library instance.
3
4 Copyright (c) 2010 - 2013, Intel Corporation. All rights reserved.<BR>
5 This program and the accompanying materials
6 are licensed and made available under the terms and conditions of the BSD License
7 which accompanies this 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_CORE_DEBUG_AGENT_LIB_H_
16 #define _DXE_CORE_DEBUG_AGENT_LIB_H_
17
18 #include <PiDxe.h>
19
20 #include <Protocol/SerialIo.h>
21 #include <Protocol/DevicePath.h>
22 #include <Protocol/PiPcd.h>
23
24 #include <Library/UefiBootServicesTableLib.h>
25 #include <Library/UefiLib.h>
26 #include <Library/DevicePathLib.h>
27 #include <Library/MemoryAllocationLib.h>
28
29 #include "DebugAgent.h"
30
31 /**
32 Install EFI Serial IO protocol based on Debug Communication Library.
33
34 **/
35 VOID
36 InstallSerialIo (
37 VOID
38 );
39
40 #endif