remove IS_INIT_COMPLETE macro because it's ugly, and people should

just call AcpiSubsystemStatus before they do anything.


date	2001.09.21.18.09.00;	author agrover;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:48:15 +00:00
parent 22d6582010
commit 9ff28ca37b

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: acmacros.h - C macros for the entire subsystem.
* $Revision: 1.95 $
* $Revision: 1.96 $
*
*****************************************************************************/
@ -365,10 +365,6 @@
#define IS_SINGLE_TABLE(x) (((x) & 0x01) == ACPI_TABLE_SINGLE ? 1 : 0)
/* Check if ACPI has been initialized properly */
#define ACPI_IS_INITIALIZATION_COMPLETE(s) {if (AcpiGbl_RootNode) s = AE_OK; else s=AE_NO_NAMESPACE;}
/*
* Macro to check if a pointer is within an ACPI table.
* Parameter (a) is the pointer to check. Parameter (b) must be defined