Deleted Added
full compact
aclocal.h (233250) aclocal.h (233555)
1/******************************************************************************
2 *
3 * Name: aclocal.h - Internal data types used across the ACPI subsystem
4 *
5 *****************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2012, Intel Corp.

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

419 UINT32 Flags;
420 UINT8 NodeFlags;
421
422} ACPI_PREDEFINED_DATA;
423
424/* Defines for Flags field above */
425
426#define ACPI_OBJECT_REPAIRED 1
1/******************************************************************************
2 *
3 * Name: aclocal.h - Internal data types used across the ACPI subsystem
4 *
5 *****************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2012, Intel Corp.

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

419 UINT32 Flags;
420 UINT8 NodeFlags;
421
422} ACPI_PREDEFINED_DATA;
423
424/* Defines for Flags field above */
425
426#define ACPI_OBJECT_REPAIRED 1
427#define ACPI_OBJECT_WRAPPED 2
428
429
430/*
431 * Bitmapped return value types
432 * Note: the actual data types must be contiguous, a loop in nspredef.c
433 * depends on this.
434 */
435#define ACPI_RTYPE_ANY 0x00

--- 868 unchanged lines hidden ---
427
428
429/*
430 * Bitmapped return value types
431 * Note: the actual data types must be contiguous, a loop in nspredef.c
432 * depends on this.
433 */
434#define ACPI_RTYPE_ANY 0x00

--- 868 unchanged lines hidden ---