New global

date	2002.12.05.16.48.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:36:49 +00:00
parent e3ec1bcdc6
commit e23ae0d92a

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: acglobal.h - Declarations for global variables
* $Revision: 1.133 $
* $Revision: 1.134 $
*
*****************************************************************************/
@ -344,6 +344,7 @@ ACPI_EXTERN BOOLEAN AcpiGbl_DbOpt_verbose;
#ifdef ACPI_DEBUGGER
extern BOOLEAN AcpiGbl_MethodExecuting;
extern BOOLEAN AcpiGbl_AbortMethod;
extern BOOLEAN AcpiGbl_DbTerminateThreads;
ACPI_EXTERN int optind;