summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/acmacros.h
diff options
context:
space:
mode:
authoriwasaki <iwasaki@FreeBSD.org>2002-10-04 20:07:58 +0000
committeriwasaki <iwasaki@FreeBSD.org>2002-10-04 20:07:58 +0000
commit3b2a4f1cbea5e9139e6d4710e31efedef37247ac (patch)
tree95e2e8a70dc361cf34d6a4c080313e68541ea4aa /sys/contrib/dev/acpica/acmacros.h
parent1824f192010fc0c0826e9889892e534075b58793 (diff)
downloadFreeBSD-src-3b2a4f1cbea5e9139e6d4710e31efedef37247ac.zip
FreeBSD-src-3b2a4f1cbea5e9139e6d4710e31efedef37247ac.tar.gz
Vendor import of the Intel ACPI CA 20021002 drop.
Diffstat (limited to 'sys/contrib/dev/acpica/acmacros.h')
-rw-r--r--sys/contrib/dev/acpica/acmacros.h4
1 files changed, 3 insertions, 1 deletions
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
OpenPOWER on IntegriCloud