diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2013-12-19 05:51:01 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2013-12-19 05:51:01 +0000 |
commit | 86e94f4ac956e0aed23de30c7a458d215f54749a (patch) | |
tree | 7fcfdcc62c3319ffd669b18b080d40c9c5897210 /source/include/actbl.h | |
parent | de06c6b7e0851b337ee530b0ab8818f4216b06b2 (diff) |
Notes
Diffstat (limited to 'source/include/actbl.h')
-rw-r--r-- | source/include/actbl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/include/actbl.h b/source/include/actbl.h index cbcdb1db1fe4..407be1f2e8a0 100644 --- a/source/include/actbl.h +++ b/source/include/actbl.h @@ -203,6 +203,9 @@ typedef struct acpi_table_xsdt } ACPI_TABLE_XSDT; +#define ACPI_RSDT_ENTRY_SIZE (sizeof (UINT32)) +#define ACPI_XSDT_ENTRY_SIZE (sizeof (UINT64)) + /******************************************************************************* * |