From f154176708d42f8a4778e3cf4b55e45b4a2be545 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Thu, 21 Jan 2010 20:56:18 +0000 Subject: Import ACPICA 20100121. --- include/acobject.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/acobject.h') diff --git a/include/acobject.h b/include/acobject.h index 76f623c83db8..f86f8392679f 100644 --- a/include/acobject.h +++ b/include/acobject.h @@ -9,7 +9,7 @@ * * 1. Copyright Notice * - * Some or all of this work - Copyright (c) 1999 - 2009, Intel Corp. + * Some or all of this work - Copyright (c) 1999 - 2010, Intel Corp. * All rights reserved. * * 2. License @@ -190,7 +190,7 @@ typedef struct acpi_object_integer { ACPI_OBJECT_COMMON_HEADER UINT8 Fill[3]; /* Prevent warning on some compilers */ - ACPI_INTEGER Value; + UINT64 Value; } ACPI_OBJECT_INTEGER; -- cgit v1.2.3