mirror of
https://github.com/acpica/acpica/
synced 2025-02-12 03:24:13 +03:00
Removed obsolete status field
date 2001.12.18.16.44.00; author rmoore1; state Exp;
This commit is contained in:
parent
ee2f4e084e
commit
d0f7498c77
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user