acdebug.h (db2bae30) acdebug.h (aa2aa9a6)
1/******************************************************************************
2 *
3 * Name: acdebug.h - ACPI/AML debugger
1/******************************************************************************
2 *
3 * Name: acdebug.h - ACPI/AML debugger
4 * $Revision: 1.85 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
4 *
5 *****************************************************************************/
6
7/******************************************************************************
8 *
9 * 1. Copyright Notice
10 *
12 * Some or all of this work - Copyright (c) 1999 - 2008, Intel Corp.
11 * Some or all of this work - Copyright (c) 1999 - 2009, Intel Corp.
13 * All rights reserved.
14 *
15 * 2. License
16 *
17 * 2.1. This is your license from Intel Corp. under its intellectual property
18 * rights. You may have additional license terms from the party that provided
19 * you this software, covering your right to use that party's intellectual
20 * property rights.

--- 288 unchanged lines hidden (view full) ---

309AcpiDbDisplayObjectType (
310 char *ObjectArg);
311
312void
313AcpiDbDisplayArgumentObject (
314 ACPI_OPERAND_OBJECT *ObjDesc,
315 ACPI_WALK_STATE *WalkState);
316
12 * All rights reserved.
13 *
14 * 2. License
15 *
16 * 2.1. This is your license from Intel Corp. under its intellectual property
17 * rights. You may have additional license terms from the party that provided
18 * you this software, covering your right to use that party's intellectual
19 * property rights.

--- 288 unchanged lines hidden (view full) ---

308AcpiDbDisplayObjectType (
309 char *ObjectArg);
310
311void
312AcpiDbDisplayArgumentObject (
313 ACPI_OPERAND_OBJECT *ObjDesc,
314 ACPI_WALK_STATE *WalkState);
315
316void
317AcpiDbCheckPredefinedNames (
318 void);
317
319
320void
321AcpiDbBatchExecute (
322 void);
323
318/*
319 * dbexec - debugger control method execution
320 */
321void
322AcpiDbExecute (
323 char *Name,
324 char **Args,
325 UINT32 Flags);

--- 119 unchanged lines hidden ---
324/*
325 * dbexec - debugger control method execution
326 */
327void
328AcpiDbExecute (
329 char *Name,
330 char **Args,
331 UINT32 Flags);

--- 119 unchanged lines hidden ---