diff options
Diffstat (limited to 'MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.h')
-rw-r--r-- | MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.h b/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.h index 68991b4cea..d2434292ec 100644 --- a/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.h +++ b/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.h @@ -1,7 +1,7 @@ /** @file
Internal include file for Status Code Handler PEIM.
- Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -32,6 +32,11 @@ #include <Library/PeimEntryPoint.h>
#include <Library/BaseMemoryLib.h>
+//
+// Define the maximum message length
+//
+#define MAX_DEBUG_MESSAGE_LENGTH 0x100
+
/**
Convert status code value and extended data to readable ASCII string, send string to serial I/O device.
|