From 738303827fedee73638a92ac41301db8ddc20f40 Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 20:13:14 +0000 Subject: [PATCH] Added a 64-bit structure overlay typdef date 2001.07.19.19.59.00; author rmoore1; state Exp; --- source/include/actypes.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/source/include/actypes.h b/source/include/actypes.h index c2edc18eb..b4f56f740 100644 --- a/source/include/actypes.h +++ b/source/include/actypes.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: actypes.h - Common data types for the entire ACPI subsystem - * $Revision: 1.185 $ + * $Revision: 1.186 $ * *****************************************************************************/ @@ -285,6 +285,13 @@ typedef UINT32 ACPI_NAME; /* 4-byte ACPI name */ typedef char* ACPI_STRING; /* Null terminated ASCII string */ typedef void* ACPI_HANDLE; /* Actually a ptr to an Node */ +typedef struct +{ + UINT32 Lo; + UINT32 Hi; + +} UINT64_STRUCT; + /* * Acpi integer width. In ACPI version 1, integers are