Deleted Added
full compact
dbnames.c (231844) dbnames.c (240716)
1/*******************************************************************************
2 *
3 * Module Name: dbnames - Debugger commands for the acpi namespace
4 *
5 ******************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2012, Intel Corp.

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

97 UINT32 NestingLevel,
98 void *Context,
99 void **ReturnValue);
100
101/*
102 * Arguments for the Objects command
103 * These object types map directly to the ACPI_TYPES
104 */
1/*******************************************************************************
2 *
3 * Module Name: dbnames - Debugger commands for the acpi namespace
4 *
5 ******************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2012, Intel Corp.

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

97 UINT32 NestingLevel,
98 void *Context,
99 void **ReturnValue);
100
101/*
102 * Arguments for the Objects command
103 * These object types map directly to the ACPI_TYPES
104 */
105static ARGUMENT_INFO AcpiDbObjectTypes [] =
105static ACPI_DB_ARGUMENT_INFO AcpiDbObjectTypes [] =
106{
107 {"ANY"},
108 {"INTEGERS"},
109 {"STRINGS"},
110 {"BUFFERS"},
111 {"PACKAGES"},
112 {"FIELDS"},
113 {"DEVICES"},

--- 821 unchanged lines hidden ---
106{
107 {"ANY"},
108 {"INTEGERS"},
109 {"STRINGS"},
110 {"BUFFERS"},
111 {"PACKAGES"},
112 {"FIELDS"},
113 {"DEVICES"},

--- 821 unchanged lines hidden ---