TianoCore EDK2 master
Loading...
Searching...
No Matches
DxeDebugAgentLib.h
Go to the documentation of this file.
1
9#ifndef _DXE_CORE_DEBUG_AGENT_LIB_H_
10#define _DXE_CORE_DEBUG_AGENT_LIB_H_
11
12#include <PiDxe.h>
13
14#include <Protocol/SerialIo.h>
15#include <Protocol/DevicePath.h>
16#include <Protocol/PiPcd.h>
17
19#include <Library/UefiLib.h>
22
23#include "DebugAgent.h"
24
29VOID
31 VOID
32 );
33
34#endif
VOID InstallSerialIo(VOID)
Definition: SerialIo.c:364