mirror of
https://github.com/acpica/acpica/
synced 2025-02-07 17:14:13 +03:00
Moved the XSDT to actbl2.h
date 2000.11.01.00.07.00; author cgreen; state Exp;
This commit is contained in:
parent
32fbf57e92
commit
adeff05a76
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user