mirror of
https://github.com/acpica/acpica/
synced 2025-03-19 12:42:57 +03:00
rename ALLOCATE_INFO to ACPI_ALLOCATE_INFO
date 2001.04.25.20.44.00; author rmoore1; state Exp;
This commit is contained in:
parent
cafe420c3e
commit
b9a244fb69
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user