]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/Include/sys/syslimits.h
StdLib, StdLibPrivateInternalFiles: Clean up comments, Remove debugging code, Define...
[mirror_edk2.git] / StdLib / Include / sys / syslimits.h
index bee810cc12bf5fc1f085913a3936c9961bfe7c59..9515e8f5700a9a81fd3186baa9b4449c232608f0 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Platform specific values for <limits.h>.\r
 \r
-  Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials are licensed and made available under\r
   the terms and conditions of the BSD License that accompanies this distribution.\r
   The full text of the license may be found at\r
@@ -50,6 +50,7 @@
 #define ARGC_MAX          (64)  ///< Maximum value for argc.\r
 \r
 #define MAX_INPUT         255   ///< Maximum bytes in terminal input.\r
+#define MAX_OUTPUT        255   ///< Maximum bytes in terminal output.\r
 #define NAME_MAX          255   ///< Maximum bytes in a file name.\r
 #ifndef OPEN_MAX\r
   #define OPEN_MAX         20   ///< Maximum open files per process.\r