mirror of
https://github.com/acpica/acpica/
synced 2025-03-08 23:31:24 +03:00
Move prototypes under ifdef
date 2005.04.20.21.19.00; author rmoore1; state Exp;
This commit is contained in:
parent
c5fb601a03
commit
65317d27d2
@ -2,7 +2,7 @@
|
||||
*
|
||||
* Module Name: dbfileio - Debugger file I/O commands. These can't usually
|
||||
* be used when running the debugger in Ring 0 (Kernel mode)
|
||||
* $Revision: 1.81 $
|
||||
* $Revision: 1.82 $
|
||||
*
|
||||
******************************************************************************/
|
||||
|
||||
@ -135,6 +135,9 @@
|
||||
FILE *AcpiGbl_DebugFile = NULL;
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef ACPI_DEBUGGER
|
||||
|
||||
/* Local prototypes */
|
||||
|
||||
static ACPI_STATUS
|
||||
@ -148,7 +151,6 @@ AeLocalLoadTable (
|
||||
ACPI_TABLE_HEADER *TablePtr);
|
||||
|
||||
|
||||
#ifdef ACPI_DEBUGGER
|
||||
/*******************************************************************************
|
||||
*
|
||||
* FUNCTION: AcpiDbCloseDebugFile
|
||||
@ -217,7 +219,6 @@ AcpiDbOpenDebugFile (
|
||||
|
||||
|
||||
#ifdef ACPI_APPLICATION
|
||||
|
||||
/*******************************************************************************
|
||||
*
|
||||
* FUNCTION: AcpiDbCheckTextModeCorruption
|
||||
|
Loading…
x
Reference in New Issue
Block a user