From 13c601b4ca03288e59c1574746facda5d113b8b0 Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 19:49:18 +0000 Subject: [PATCH] ACPI_MIN date 2004.11.30.23.10.00; author rmoore1; state Exp; --- source/include/acmacros.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/include/acmacros.h b/source/include/acmacros.h index 3d6f1678b..57d9d1012 100644 --- a/source/include/acmacros.h +++ b/source/include/acmacros.h @@ -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;