summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/actbl.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/actbl.h')
-rw-r--r--sys/contrib/dev/acpica/actbl.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/sys/contrib/dev/acpica/actbl.h b/sys/contrib/dev/acpica/actbl.h
index 82f3d28..0482fac 100644
--- a/sys/contrib/dev/acpica/actbl.h
+++ b/sys/contrib/dev/acpica/actbl.h
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: actbl.h - Table data structures defined in ACPI specification
- * $Revision: 58 $
+ * $Revision: 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()
OpenPOWER on IntegriCloud