diff options
Diffstat (limited to 'source/include/acdebug.h')
| -rw-r--r-- | source/include/acdebug.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/include/acdebug.h b/source/include/acdebug.h index f3c1874a18ed..4e43bbee2235 100644 --- a/source/include/acdebug.h +++ b/source/include/acdebug.h @@ -159,7 +159,8 @@ #endif -#define ACPI_DEBUG_BUFFER_SIZE 0x4000 /* 16K buffer for return objects */ +#define ACPI_DEBUG_BUFFER_SIZE 0x4000 /* 16K buffer for return objects */ +#define ACPI_DEBUG_LENGTH_FORMAT " (%.4X bits, %.3X bytes)" typedef struct acpi_db_command_info { |
