Added HPET table

date	2003.04.11.20.22.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 20:07:32 +00:00
parent 9c592c8aa7
commit 4dc1d631a6

View File

@ -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()