mirror of
https://github.com/acpica/acpica/
synced 2025-01-26 11:22:04 +03:00
date 2000.10.25.01.21.00; author agrover; state Exp;
This commit is contained in:
parent
c0a2dde3dd
commit
5d8fed78aa
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Name: acmacros.h - C macros for the entire subsystem.
|
||||
* $Revision: 1.51 $
|
||||
* $Revision: 1.52 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -335,11 +335,11 @@
|
||||
|
||||
#else
|
||||
|
||||
#define REPORT_INFO(fp) {_ReportInfo("ACPI:",__LINE__,_COMPONENT); \
|
||||
#define REPORT_INFO(fp) {_ReportInfo("ACPI",__LINE__,_COMPONENT); \
|
||||
DebugPrintRaw PARAM_LIST(fp);}
|
||||
#define REPORT_ERROR(fp) {_ReportError("ACPI:",__LINE__,_COMPONENT); \
|
||||
#define REPORT_ERROR(fp) {_ReportError("ACPI",__LINE__,_COMPONENT); \
|
||||
DebugPrintRaw PARAM_LIST(fp);}
|
||||
#define REPORT_WARNING(fp) {_ReportWarning("ACPI:",__LINE__,_COMPONENT); \
|
||||
#define REPORT_WARNING(fp) {_ReportWarning("ACPI",__LINE__,_COMPONENT); \
|
||||
DebugPrintRaw PARAM_LIST(fp);}
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user