aboutsummaryrefslogtreecommitdiff
path: root/source/include/acoutput.h
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2012-07-11 16:51:47 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2012-07-11 16:51:47 +0000
commit8724452f676e45bfd39cfb47234f7def5551f067 (patch)
treeadad4747b5f7a0166c805c0a7a6bdd4c884aa24b /source/include/acoutput.h
parentafea6800ce201481ac6ebace2b4266b3b1b15d6e (diff)
downloadsrc-8724452f676e45bfd39cfb47234f7def5551f067.tar.gz
src-8724452f676e45bfd39cfb47234f7def5551f067.zip
Import ACPICA 20120711.vendor/acpica/20120711
Notes
Notes: svn path=/vendor-sys/acpica/dist/; revision=238367 svn path=/vendor-sys/acpica/20120711/; revision=238368; tag=vendor/acpica/20120711
Diffstat (limited to 'source/include/acoutput.h')
-rw-r--r--source/include/acoutput.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/include/acoutput.h b/source/include/acoutput.h
index a1d89d408cc3..193d0acc4c81 100644
--- a/source/include/acoutput.h
+++ b/source/include/acoutput.h
@@ -217,6 +217,8 @@
#define ACPI_WARNING(plist) AcpiWarning plist
#define ACPI_EXCEPTION(plist) AcpiException plist
#define ACPI_ERROR(plist) AcpiError plist
+#define ACPI_BIOS_WARNING(plist) AcpiBiosWarning plist
+#define ACPI_BIOS_ERROR(plist) AcpiBiosError plist
#define ACPI_DEBUG_OBJECT(obj,l,i) AcpiExDoDebugObject(obj,l,i)
#else
@@ -227,6 +229,8 @@
#define ACPI_WARNING(plist)
#define ACPI_EXCEPTION(plist)
#define ACPI_ERROR(plist)
+#define ACPI_BIOS_WARNING(plist)
+#define ACPI_BIOS_ERROR(plist)
#define ACPI_DEBUG_OBJECT(obj,l,i)
#endif /* ACPI_NO_ERROR_MESSAGES */