diff options
Diffstat (limited to 'compiler/asllisting.c')
-rw-r--r-- | compiler/asllisting.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/compiler/asllisting.c b/compiler/asllisting.c index 073a6de071b6..f229d5fb7819 100644 --- a/compiler/asllisting.c +++ b/compiler/asllisting.c @@ -2,7 +2,6 @@ /****************************************************************************** * * Module Name: asllisting - Listing file generation - * $Revision: 1.63 $ * *****************************************************************************/ @@ -10,7 +9,7 @@ * * 1. Copyright Notice * - * Some or all of this work - Copyright (c) 1999 - 2007, Intel Corp. + * Some or all of this work - Copyright (c) 1999 - 2009, Intel Corp. * All rights reserved. * * 2. License @@ -199,6 +198,12 @@ static void LsDoHexOutputAsm ( void); +ACPI_STATUS +LsTreeWriteWalk ( + ACPI_PARSE_OBJECT *Op, + UINT32 Level, + void *Context); + /******************************************************************************* * |