Removed obsolete status field

date	2001.12.18.16.44.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 20:07:17 +00:00
parent ee2f4e084e
commit d0f7498c77

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: actbl.h - Table data structures defined in ACPI specification
* $Revision: 1.46 $
* $Revision: 1.47 $
*
*****************************************************************************/
@ -290,10 +290,9 @@ typedef struct _AcpiTableSupport
{
NATIVE_CHAR *Name;
NATIVE_CHAR *Signature;
void **GlobalPtr;
UINT8 SigLength;
UINT8 Flags;
UINT16 Status;
void **GlobalPtr;
} ACPI_TABLE_SUPPORT;