From 3b2a4f1cbea5e9139e6d4710e31efedef37247ac Mon Sep 17 00:00:00 2001 From: iwasaki Date: Fri, 4 Oct 2002 20:07:58 +0000 Subject: Vendor import of the Intel ACPI CA 20021002 drop. --- sys/contrib/dev/acpica/acmacros.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/contrib/dev/acpica/acmacros.h') diff --git a/sys/contrib/dev/acpica/acmacros.h b/sys/contrib/dev/acpica/acmacros.h index 8cfa916..cf3a30e 100644 --- a/sys/contrib/dev/acpica/acmacros.h +++ b/sys/contrib/dev/acpica/acmacros.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: acmacros.h - C macros for the entire subsystem. - * $Revision: 128 $ + * $Revision: 130 $ * *****************************************************************************/ @@ -456,6 +456,7 @@ AcpiOsPrintf ACPI_PARAM_LIST(fp);} #define ACPI_REPORT_WARNING(fp) {AcpiUtReportWarning(_THIS_MODULE,__LINE__,_COMPONENT); \ AcpiOsPrintf ACPI_PARAM_LIST(fp);} +#define ACPI_REPORT_NSERROR(s,e) AcpiNsReportError(_THIS_MODULE,__LINE__,_COMPONENT, s, e); #else @@ -465,6 +466,7 @@ AcpiOsPrintf ACPI_PARAM_LIST(fp);} #define ACPI_REPORT_WARNING(fp) {AcpiUtReportWarning("ACPI",__LINE__,_COMPONENT); \ AcpiOsPrintf ACPI_PARAM_LIST(fp);} +#define ACPI_REPORT_NSERROR(s,e) AcpiNsReportError("ACPI",__LINE__,_COMPONENT, s, e); #endif -- cgit v1.1