summaryrefslogtreecommitdiffstats
path: root/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.c
diff options
context:
space:
mode:
Diffstat (limited to 'SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.c')
-rw-r--r--SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.c b/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.c
index 4a19f37e59..c29e4f2aa4 100644
--- a/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.c
+++ b/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.c
@@ -1094,7 +1094,7 @@ RETURN_STATUS
ReceivePacket (
OUT UINT8 *InputPacket,
OUT BOOLEAN *BreakReceived,
- OUT BOOLEAN *IncompatibilityFlag, OPTIONAL
+ OUT BOOLEAN *IncompatibilityFlag OPTIONAL,
IN UINTN Timeout,
IN BOOLEAN SkipStartSymbol
)
@@ -1208,7 +1208,7 @@ RETURN_STATUS
SendCommandAndWaitForAckOK (
IN UINT8 Command,
IN UINTN Timeout,
- OUT BOOLEAN *BreakReceived, OPTIONAL
+ OUT BOOLEAN *BreakReceived OPTIONAL,
OUT BOOLEAN *IncompatibilityFlag OPTIONAL
)
{
@@ -1441,7 +1441,7 @@ CompressData (
IN UINT8 *Data,
IN UINT8 Length,
IN BOOLEAN Send,
- OUT UINTN *CompressedLength, OPTIONAL
+ OUT UINTN *CompressedLength OPTIONAL,
OUT UINT16 *CompressedCrc OPTIONAL
)
{