mirror of
https://github.com/acpica/acpica/
synced 2025-01-24 18:32:04 +03:00
ACPI_MIN
date 2004.11.30.23.10.00; author rmoore1; state Exp;
This commit is contained in:
parent
f68b1b2aeb
commit
13c601b4ca
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Name: acmacros.h - C macros for the entire subsystem.
|
||||
* $Revision: 1.154 $
|
||||
* $Revision: 1.155 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -598,6 +598,7 @@
|
||||
|
||||
#define ACPI_DEBUG_EXEC(a) a
|
||||
#define ACPI_NORMAL_EXEC(a)
|
||||
#define ACPI_MIN(a,b) (((a)<(b))?(a):(b))
|
||||
|
||||
#define ACPI_DEBUG_DEFINE(a) a;
|
||||
#define ACPI_DEBUG_ONLY_MEMBERS(a) a;
|
||||
|
Loading…
Reference in New Issue
Block a user