From 463dd089f4d6c20df096d79a0d29eac781d6f90c Mon Sep 17 00:00:00 2001 From: rmoore1 Date: Thu, 31 Aug 2006 16:37:33 +0000 Subject: [PATCH] ACPICA: Fix for Linux source translation --- source/include/platform/acwin.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/include/platform/acwin.h b/source/include/platform/acwin.h index 513018c31..622ea7bd8 100644 --- a/source/include/platform/acwin.h +++ b/source/include/platform/acwin.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: acwin.h - OS specific defines, etc. - * $Revision: 1.27 $ + * $Revision: 1.28 $ * *****************************************************************************/ @@ -173,6 +173,8 @@ typedef COMPILER_DEPENDENT_UINT64 u64; #define ACPI_SIMPLE_RETURN_MACROS #endif +/*! [End] no source code translation !*/ + /* * Global Lock acquire/release code *