summaryrefslogtreecommitdiff
path: root/source/include/platform/acgcc.h
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2016-06-15 10:33:47 -0700
committerGitHub <noreply@github.com>2016-06-15 10:33:47 -0700
commit8aac0be3c840747a032b63e7365c99190e2a0ba9 (patch)
treec667316883055dd53603d5343436465a14283f10 /source/include/platform/acgcc.h
parentf78ce8644e4b13f7d092348ff33e3bf9d36eeffa (diff)
parentcc7c7ebe27537840b6e0109d8ef1435c306669bc (diff)
downloadacpica-8aac0be3c840747a032b63e7365c99190e2a0ba9.tar.gz
Merge pull request #143 from zetalog/efi-edk2
Efi edk2
Diffstat (limited to 'source/include/platform/acgcc.h')
-rw-r--r--source/include/platform/acgcc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/include/platform/acgcc.h b/source/include/platform/acgcc.h
index 3d36a38a3..773bd8959 100644
--- a/source/include/platform/acgcc.h
+++ b/source/include/platform/acgcc.h
@@ -116,6 +116,10 @@
#ifndef __ACGCC_H__
#define __ACGCC_H__
+/* Allow inclusion of stdarg.h */
+
+#define ACPI_USE_COMPILER_VA
+
#define ACPI_INLINE __inline__
/* Function name is used for debug output. Non-ANSI, compiler-dependent */