1
0
mirror of https://github.com/acpica/acpica/ synced 2025-03-19 20:52:57 +03:00

eliminate obsolete stuff

date	2001.07.17.00.25.00;	author agrover;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:36:15 +00:00
parent 42601b19d0
commit 48f71cfc39

@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: acglobal.h - Declarations for global variables
* $Revision: 1.101 $
* $Revision: 1.102 $
*
*****************************************************************************/
@ -309,15 +309,6 @@ ACPI_EXTERN UINT8 AcpiGbl_CmSingleStep;
ACPI_EXTERN ACPI_PARSE_OBJECT *AcpiGbl_ParsedNamespaceRoot;
/*****************************************************************************
*
* Hardware globals
*
****************************************************************************/
extern ACPI_C_STATE_HANDLER AcpiHwCxHandlers[MAX_CX_STATES];
extern UINT32 AcpiHwActiveCxState;
/*****************************************************************************
*