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 fe2e3ac7b5e3..12c2882bf647 100644
--- a/include/acpi/acconfig.h
+++ b/include/acpi/acconfig.h
@@ -144,6 +144,10 @@
144 144
145#define ACPI_ADDRESS_RANGE_MAX 2 145#define ACPI_ADDRESS_RANGE_MAX 2
146 146
147/* Maximum number of While() loops before abort */
148
149#define ACPI_MAX_LOOP_COUNT 0xFFFF
150
147/****************************************************************************** 151/******************************************************************************
148 * 152 *
149 * ACPI Specification constants (Do not change unless the specification changes) 153 * ACPI Specification constants (Do not change unless the specification changes)