Split ACPI_OBJECT_TYPE into an external and internal version

date	2000.06.02.21.42.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 16:49:42 +00:00
parent 650c48fc1a
commit c6907e9577

View File

@ -155,7 +155,7 @@ AcpiInstallAddressSpaceHandler (
ACPI_OBJECT_INTERNAL *HandlerObj;
NAME_TABLE_ENTRY *ObjEntry;
ACPI_STATUS Status = AE_OK;
ACPI_OBJECT_TYPE Type;
OBJECT_TYPE_INTERNAL Type;
UINT16 Flags = 0;