diff options
Diffstat (limited to 'include/acconfig.h')
| -rw-r--r-- | include/acconfig.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/acconfig.h b/include/acconfig.h index 4b05ed383105..7a2107aa7699 100644 --- a/include/acconfig.h +++ b/include/acconfig.h @@ -200,7 +200,8 @@ * *****************************************************************************/ -#define ACPI_DEBUGGER_MAX_ARGS 8 /* Must be max method args + 1 */ +#define ACPI_DEBUGGER_MAX_ARGS ACPI_METHOD_NUM_ARGS + 2 /* Max command line arguments */ +#define ACPI_DB_LINE_BUFFER_SIZE 512 #define ACPI_DEBUGGER_COMMAND_PROMPT '-' #define ACPI_DEBUGGER_EXECUTE_PROMPT '%' |
