Subversion Repositories Kolibri OS

Rev

Rev 1498 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1498 Rev 2216
Line 7... Line 7...
7
/******************************************************************************
7
/******************************************************************************
8
 *
8
 *
9
 * 1. Copyright Notice
9
 * 1. Copyright Notice
10
 *
10
 *
11
 * Some or all of this work - Copyright (c) 1999 - 2010, Intel Corp.
11
 * Some or all of this work - Copyright (c) 1999 - 2011, Intel Corp.
12
 * All rights reserved.
12
 * All rights reserved.
13
 *
13
 *
14
 * 2. License
14
 * 2. License
15
 *
15
 *
16
 * 2.1. This is your license from Intel Corp. under its intellectual property
16
 * 2.1. This is your license from Intel Corp. under its intellectual property
Line 200... Line 200...
200
static void
200
static void
201
LsDoHexOutputAsl (
201
LsDoHexOutputAsl (
202
    void);
202
    void);
Line 203... Line 203...
203
 
203
 
204
ACPI_STATUS
204
static ACPI_STATUS
205
LsTreeWriteWalk (
205
LsTreeWriteWalk (
206
    ACPI_PARSE_OBJECT       *Op,
206
    ACPI_PARSE_OBJECT       *Op,
207
    UINT32                  Level,
207
    UINT32                  Level,
Line 220... Line 220...
220
 * DESCRIPTION: Dump entire parse tree, for compiler debug only
220
 * DESCRIPTION: Dump entire parse tree, for compiler debug only
221
 *
221
 *
222
 ******************************************************************************/
222
 ******************************************************************************/
223
 
223
 
Line 224... Line 224...
224
ACPI_STATUS
224
static ACPI_STATUS
225
LsTreeWriteWalk (
225
LsTreeWriteWalk (
226
    ACPI_PARSE_OBJECT       *Op,
226
    ACPI_PARSE_OBJECT       *Op,
227
    UINT32                  Level,
227
    UINT32                  Level,
228
    void                    *Context)
228
    void                    *Context)
229
{
229
{