summaryrefslogtreecommitdiff
path: root/include/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/console.h')
-rw-r--r--include/console.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/console.h b/include/console.h
index f037b252ae..a759eec628 100644
--- a/include/console.h
+++ b/include/console.h
@@ -59,6 +59,9 @@ enum console_channel {
/* Mask to use to enable all channels */
#define CC_ALL 0xffffffffUL
+/* Max length of a single line of input */
+#define CONSOLE_INPUT_LINE_SIZE 80
+
/**
* Put a string to the console channel.
*