mirror of
https://github.com/acpica/acpica/
synced 2025-01-01 07:04:27 +03:00
Renamed some of the basic data types to ACPI*
date 99.06.09.23.31.00; author rmoore1; state Exp;
This commit is contained in:
parent
b552134ba2
commit
d65bd5f3aa
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user