Deleted Added
full compact
acutils.h (123315) acutils.h (126372)
1/******************************************************************************
2 *
3 * Name: acutils.h -- prototypes for the common (subsystem-wide) procedures
1/******************************************************************************
2 *
3 * Name: acutils.h -- prototypes for the common (subsystem-wide) procedures
4 * $Revision: 157 $
4 * $Revision: 159 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
12 * Some or all of this work - Copyright (c) 1999 - 2003, Intel Corp.
12 * Some or all of this work - Copyright (c) 1999 - 2004, 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.

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

577 ACPI_NAMESPACE_NODE *DeviceNode,
578 UINT32 *StatusFlags);
579
580ACPI_STATUS
581AcpiUtExecute_UID (
582 ACPI_NAMESPACE_NODE *DeviceNode,
583 ACPI_DEVICE_ID *Uid);
584
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.

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

577 ACPI_NAMESPACE_NODE *DeviceNode,
578 UINT32 *StatusFlags);
579
580ACPI_STATUS
581AcpiUtExecute_UID (
582 ACPI_NAMESPACE_NODE *DeviceNode,
583 ACPI_DEVICE_ID *Uid);
584
585ACPI_STATUS
586AcpiUtExecute_Sxds (
587 ACPI_NAMESPACE_NODE *DeviceNode,
588 UINT8 *Highest);
585
586/*
587 * UtMutex - mutual exclusion interfaces
588 */
589
590ACPI_STATUS
591AcpiUtMutexInitialize (
592 void);

--- 326 unchanged lines hidden ---
589
590/*
591 * UtMutex - mutual exclusion interfaces
592 */
593
594ACPI_STATUS
595AcpiUtMutexInitialize (
596 void);

--- 326 unchanged lines hidden ---