From 80fd7f7b7e25faf86d25d2c97b3a0dfbedb12552 Mon Sep 17 00:00:00 2001 From: iwasaki Date: Tue, 9 Jul 2002 17:51:31 +0000 Subject: Vendor import of the Intel ACPI CA 20020611 drop. --- sys/contrib/dev/acpica/dbhistry.c | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) (limited to 'sys/contrib/dev/acpica/dbhistry.c') diff --git a/sys/contrib/dev/acpica/dbhistry.c b/sys/contrib/dev/acpica/dbhistry.c index 1aceadc..58cdc50 100644 --- a/sys/contrib/dev/acpica/dbhistry.c +++ b/sys/contrib/dev/acpica/dbhistry.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: dbhistry - debugger HISTORY command - * $Revision: 22 $ + * $Revision: 24 $ * *****************************************************************************/ @@ -116,15 +116,7 @@ #include "acpi.h" -#include "acparser.h" -#include "acdispat.h" -#include "amlcode.h" -#include "acnamesp.h" -#include "acparser.h" -#include "acevents.h" -#include "acinterp.h" #include "acdebug.h" -#include "actables.h" #ifdef ENABLE_DEBUGGER @@ -145,11 +137,11 @@ typedef struct HistoryInfo } HISTORY_INFO; -HISTORY_INFO AcpiGbl_HistoryBuffer[HISTORY_SIZE]; -UINT16 AcpiGbl_LoHistory = 0; -UINT16 AcpiGbl_NumHistory = 0; -UINT16 AcpiGbl_NextHistoryIndex = 0; -UINT32 AcpiGbl_NextCmdNum = 1; +static HISTORY_INFO AcpiGbl_HistoryBuffer[HISTORY_SIZE]; +static UINT16 AcpiGbl_LoHistory = 0; +static UINT16 AcpiGbl_NumHistory = 0; +static UINT16 AcpiGbl_NextHistoryIndex = 0; +static UINT32 AcpiGbl_NextCmdNum = 1; /******************************************************************************* -- cgit v1.1