diff options
| author | Mitsuru IWASAKI <iwasaki@FreeBSD.org> | 2002-06-30 17:50:46 +0000 |
|---|---|---|
| committer | Mitsuru IWASAKI <iwasaki@FreeBSD.org> | 2002-06-30 17:50:46 +0000 |
| commit | 733e46c4742da55eedf74f17a009720aba269fba (patch) | |
| tree | a5ae68d196b463986f48702ed26361200bef1861 /sys/contrib/dev/acpica/acstruct.h | |
| parent | c948c0582cace4ca0a573b94abcbccadcf040131 (diff) | |
| parent | 3f12fee6bc6478d15b9d7d5228e3d71e1c6e9af4 (diff) | |
Notes
Diffstat (limited to 'sys/contrib/dev/acpica/acstruct.h')
| -rw-r--r-- | sys/contrib/dev/acpica/acstruct.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/contrib/dev/acpica/acstruct.h b/sys/contrib/dev/acpica/acstruct.h index 4a2592b90e08..d4d24a9af1cb 100644 --- a/sys/contrib/dev/acpica/acstruct.h +++ b/sys/contrib/dev/acpica/acstruct.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: acstruct.h - Internal structs - * $Revision: 16 $ + * $Revision: 17 $ * *****************************************************************************/ @@ -195,8 +195,12 @@ typedef struct acpi_init_walk_info UINT16 MethodCount; UINT16 OpRegionCount; UINT16 FieldCount; + UINT16 BufferCount; + UINT16 PackageCount; UINT16 OpRegionInit; UINT16 FieldInit; + UINT16 BufferInit; + UINT16 PackageInit; UINT16 ObjectCount; ACPI_TABLE_DESC *TableDesc; |
