Moved the XSDT to actbl2.h

date	2000.11.01.00.07.00;	author cgreen;	state Exp;
This commit is contained in:
aystarik 2005-06-29 20:07:04 +00:00
parent 32fbf57e92
commit adeff05a76

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: actbl.h - Table data structures defined in ACPI specification
* $Revision: 1.37 $
* $Revision: 1.38 $
*
*****************************************************************************/
@ -185,26 +185,6 @@ typedef struct /* ACPI common table header */
} ACPI_TABLE_HEADER;
typedef struct
{
ACPI_TABLE_HEADER Header; /* Table header */
UINT64 TableOffsetEntry [1]; /* Array of pointers to other */
/* tables' headers */
} XSDT_DESCRIPTOR;
typedef struct /* APIC Table */
{
ACPI_TABLE_HEADER header; /* table header */