Deleted Added
full compact
acobject.h (102550) acobject.h (107325)
1
2/******************************************************************************
3 *
4 * Name: acobject.h - Definition of ACPI_OPERAND_OBJECT (Internal object only)
1
2/******************************************************************************
3 *
4 * Name: acobject.h - Definition of ACPI_OPERAND_OBJECT (Internal object only)
5 * $Revision: 113 $
5 * $Revision: 114 $
6 *
7 *****************************************************************************/
8
9/******************************************************************************
10 *
11 * 1. Copyright Notice
12 *
13 * Some or all of this work - Copyright (c) 1999 - 2002, Intel Corp.

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

285 ACPI_OBJECT_COMMON_HEADER
286 UINT16 SyncLevel;
287 UINT16 AcquisitionDepth;
288
289 struct acpi_thread_state *OwnerThread;
290 void *Semaphore;
291 union acpi_operand_obj *Prev; /* Link for list of acquired mutexes */
292 union acpi_operand_obj *Next; /* Link for list of acquired mutexes */
6 *
7 *****************************************************************************/
8
9/******************************************************************************
10 *
11 * 1. Copyright Notice
12 *
13 * Some or all of this work - Copyright (c) 1999 - 2002, Intel Corp.

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

285 ACPI_OBJECT_COMMON_HEADER
286 UINT16 SyncLevel;
287 UINT16 AcquisitionDepth;
288
289 struct acpi_thread_state *OwnerThread;
290 void *Semaphore;
291 union acpi_operand_obj *Prev; /* Link for list of acquired mutexes */
292 union acpi_operand_obj *Next; /* Link for list of acquired mutexes */
293 ACPI_NAMESPACE_NODE *Node; /* containing object */
293
294} ACPI_OBJECT_MUTEX;
295
296
297typedef struct AcpiObjectRegion
298{
299 ACPI_OBJECT_COMMON_HEADER
300

--- 313 unchanged lines hidden ---
294
295} ACPI_OBJECT_MUTEX;
296
297
298typedef struct AcpiObjectRegion
299{
300 ACPI_OBJECT_COMMON_HEADER
301

--- 313 unchanged lines hidden ---