mirror of
https://github.com/acpica/acpica/
synced 2025-03-10 08:11:35 +03:00
Another pass through the source to prefix all local types with "ACPI_"
date 2001.04.26.21.03.00; author rmoore1; state Exp;
This commit is contained in:
parent
dd817162d2
commit
6390ccc674
@ -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.38 $
|
||||
* $Revision: 1.40 $
|
||||
*
|
||||
******************************************************************************/
|
||||
|
||||
@ -125,7 +125,7 @@
|
||||
|
||||
#ifdef ENABLE_DEBUGGER
|
||||
|
||||
#define _COMPONENT DEBUGGER
|
||||
#define _COMPONENT ACPI_DEBUGGER
|
||||
MODULE_NAME ("dbfileio")
|
||||
|
||||
|
||||
@ -155,7 +155,7 @@ FILE *DebugFile = NULL;
|
||||
*
|
||||
******************************************************************************/
|
||||
|
||||
OBJECT_TYPE_INTERNAL
|
||||
ACPI_OBJECT_TYPE8
|
||||
AcpiDbMatchArgument (
|
||||
NATIVE_CHAR *UserArgument,
|
||||
ARGUMENT_INFO *Arguments)
|
||||
@ -172,7 +172,7 @@ AcpiDbMatchArgument (
|
||||
{
|
||||
if (STRSTR (Arguments[i].Name, UserArgument) == Arguments[i].Name)
|
||||
{
|
||||
return ((OBJECT_TYPE_INTERNAL) i);
|
||||
return ((ACPI_OBJECT_TYPE8) i);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user