aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/acpi/acconfig.h')
-rw-r--r--include/acpi/acconfig.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/acpi/acconfig.h b/include/acpi/acconfig.h
index 29feee27f0e..e50fe715746 100644
--- a/include/acpi/acconfig.h
+++ b/include/acpi/acconfig.h
@@ -119,6 +119,10 @@
119 119
120#define ACPI_ROOT_TABLE_SIZE_INCREMENT 4 120#define ACPI_ROOT_TABLE_SIZE_INCREMENT 4
121 121
122/* Maximum number of While() loop iterations before forced abort */
123
124#define ACPI_MAX_LOOP_ITERATIONS 0xFFFF
125
122/****************************************************************************** 126/******************************************************************************
123 * 127 *
124 * ACPI Specification constants (Do not change unless the specification changes) 128 * ACPI Specification constants (Do not change unless the specification changes)