summaryrefslogtreecommitdiff
path: root/source/include/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/acconfig.h')
-rw-r--r--source/include/acconfig.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/include/acconfig.h b/source/include/acconfig.h
index a626f87591eb..fb9727138ec5 100644
--- a/source/include/acconfig.h
+++ b/source/include/acconfig.h
@@ -146,6 +146,10 @@
#define ACPI_ADDRESS_RANGE_MAX 2
+/* Maximum number of While() loops before abort */
+
+#define ACPI_MAX_LOOP_COUNT 0xFFFF
+
/******************************************************************************
*