summaryrefslogtreecommitdiffstats
path: root/source/include/acmacros.h
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2013-04-19 05:49:53 +0000
committerjkim <jkim@FreeBSD.org>2013-04-19 05:49:53 +0000
commit2827e383d552774c11bb806510c3468678d07994 (patch)
tree123ed5e9ad0bad1d892c0637e33953142b50843f /source/include/acmacros.h
parentff267f44096982acaf4f35007cecaf439840ed05 (diff)
downloadFreeBSD-src-2827e383d552774c11bb806510c3468678d07994.zip
FreeBSD-src-2827e383d552774c11bb806510c3468678d07994.tar.gz
Import ACPICA 20130418.
Diffstat (limited to 'source/include/acmacros.h')
-rw-r--r--source/include/acmacros.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/source/include/acmacros.h b/source/include/acmacros.h
index a56dcd7..28bd2af 100644
--- a/source/include/acmacros.h
+++ b/source/include/acmacros.h
@@ -377,10 +377,11 @@
* the plist contains a set of parens to allow variable-length lists.
* These macros are used for both the debug and non-debug versions of the code.
*/
-#define ACPI_ERROR_NAMESPACE(s, e) AcpiUtNamespaceError (AE_INFO, s, e);
-#define ACPI_ERROR_METHOD(s, n, p, e) AcpiUtMethodError (AE_INFO, s, n, p, e);
-#define ACPI_WARN_PREDEFINED(plist) AcpiUtPredefinedWarning plist
-#define ACPI_INFO_PREDEFINED(plist) AcpiUtPredefinedInfo plist
+#define ACPI_ERROR_NAMESPACE(s, e) AcpiUtNamespaceError (AE_INFO, s, e);
+#define ACPI_ERROR_METHOD(s, n, p, e) AcpiUtMethodError (AE_INFO, s, n, p, e);
+#define ACPI_WARN_PREDEFINED(plist) AcpiUtPredefinedWarning plist
+#define ACPI_INFO_PREDEFINED(plist) AcpiUtPredefinedInfo plist
+#define ACPI_BIOS_ERROR_PREDEFINED(plist) AcpiUtPredefinedBiosError plist
#else
@@ -390,6 +391,7 @@
#define ACPI_ERROR_METHOD(s, n, p, e)
#define ACPI_WARN_PREDEFINED(plist)
#define ACPI_INFO_PREDEFINED(plist)
+#define ACPI_BIOS_ERROR_PREDEFINED(plist)
#endif /* ACPI_NO_ERROR_MESSAGES */
OpenPOWER on IntegriCloud