From d65bd5f3aa1ef90d37d4a05dd521ee4d7896921e Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 17:14:42 +0000 Subject: [PATCH] Renamed some of the basic data types to ACPI* date 99.06.09.23.31.00; author rmoore1; state Exp; --- source/components/dispatcher/dswscope.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/components/dispatcher/dswscope.c b/source/components/dispatcher/dswscope.c index 73baa754b..44aa317ae 100644 --- a/source/components/dispatcher/dswscope.c +++ b/source/components/dispatcher/dswscope.c @@ -131,7 +131,7 @@ static ST_KEY_DESC_TABLE KDT[] = { ***************************************************************************/ void -NsPushCurrentScope (NAME_TABLE_ENTRY *NewScope, NsType Type) +NsPushCurrentScope (NAME_TABLE_ENTRY *NewScope, ACPI_OBJECT_TYPE Type) { FUNCTION_TRACE ("NsPushCurrentScope"); @@ -187,7 +187,7 @@ NsPushCurrentScope (NAME_TABLE_ENTRY *NewScope, NsType Type) ***************************************************************************/ void -NsPushMethodScope (NsHandle NewScope) +NsPushMethodScope (ACPI_HANDLE NewScope) { FUNCTION_TRACE ("NsPushMethodScope"); @@ -237,7 +237,7 @@ NsPushMethodScope (NsHandle NewScope) ***************************************************************************/ INT32 -NsPopCurrent (NsType Type) +NsPopCurrent (ACPI_OBJECT_TYPE Type) { INT32 Count = 0;