New prototype

date	2004.05.14.20.38.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:29:17 +00:00
parent 5f3a01d1cd
commit 0d6ffa5cc5

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: acdebug.h - ACPI/AML debugger
* $Revision: 1.72 $
* $Revision: 1.74 $
*
*****************************************************************************/
@ -9,7 +9,7 @@
*
* 1. Copyright Notice
*
* Some or all of this work - Copyright (c) 1999 - 2003, Intel Corp.
* Some or all of this work - Copyright (c) 1999 - 2004, Intel Corp.
* All rights reserved.
*
* 2. License
@ -239,6 +239,10 @@ void
AcpiDbSetScope (
char *Name);
ACPI_STATUS
AcpiDbSleep (
char *ObjectArg);
void
AcpiDbFindReferences (
char *ObjectArg);