]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.h
EFI_STATUS_CODE_DATA_MAX_SIZE is just for the maximum size of an EFI_DEBUG_INFO struc...
[mirror_edk2.git] / MdeModulePkg / Universal / StatusCodeHandler / Pei / StatusCodeHandlerPei.h
index 68991b4cea869bbcab9e32890f5c56fdb429d6c1..d2434292ec44a6fccc135e1628b7f4b01e74a9b5 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Internal include file for Status Code Handler PEIM.\r
 \r
-  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
 #include <Library/PeimEntryPoint.h>\r
 #include <Library/BaseMemoryLib.h>\r
 \r
+//\r
+// Define the maximum message length\r
+//\r
+#define MAX_DEBUG_MESSAGE_LENGTH 0x100\r
+\r
 /**\r
   Convert status code value and extended data to readable ASCII string, send string to serial I/O device.\r
 \r