mirror of
https://github.com/acpica/acpica/
synced 2025-02-07 17:14:13 +03:00
Added HPET table
date 2003.04.11.20.22.00; author rmoore1; state Exp;
This commit is contained in:
parent
9c592c8aa7
commit
4dc1d631a6
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Name: actbl.h - Table data structures defined in ACPI specification
|
||||
* $Revision: 1.58 $
|
||||
* $Revision: 1.59 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -261,7 +261,16 @@ typedef struct smart_battery_description_table
|
||||
|
||||
} SMART_BATTERY_DESCRIPTION_TABLE;
|
||||
|
||||
typedef struct hpet_description_table
|
||||
{
|
||||
ACPI_TABLE_HEADER Header;
|
||||
UINT32 HardwareId;
|
||||
UINT32 BaseAddress[3];
|
||||
UINT8 HpetNumber;
|
||||
UINT16 ClockTick;
|
||||
UINT8 Attributes;
|
||||
|
||||
} HPET_DESCRIPTION_TABLE;
|
||||
#pragma pack()
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user