rename ALLOCATE_INFO to ACPI_ALLOCATE_INFO

date	2001.04.25.20.44.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:36:13 +00:00
parent cafe420c3e
commit b9a244fb69

View File

@ -1,7 +1,7 @@
/****************************************************************************** /******************************************************************************
* *
* Name: acglobal.h - Declarations for global variables * Name: acglobal.h - Declarations for global variables
* $Revision: 1.99 $ * $Revision: 1.100 $
* *
*****************************************************************************/ *****************************************************************************/
@ -276,8 +276,8 @@ extern PREDEFINED_NAMES AcpiGbl_PreDefinedNames [NUM_PREDEFINED_
/* Used to detect memory leaks (DEBUG ONLY) */ /* Used to detect memory leaks (DEBUG ONLY) */
#ifdef ACPI_DEBUG #ifdef ACPI_DEBUG
ACPI_EXTERN ALLOCATION_INFO *AcpiGbl_HeadAllocPtr; ACPI_EXTERN ACPI_ALLOCATION_INFO *AcpiGbl_HeadAllocPtr;
ACPI_EXTERN ALLOCATION_INFO *AcpiGbl_TailAllocPtr; ACPI_EXTERN ACPI_ALLOCATION_INFO *AcpiGbl_TailAllocPtr;
#endif #endif