Deleted Added
full compact
acenv.h (316303) acenv.h (322877)
1/******************************************************************************
2 *
3 * Name: acenv.h - Host and compiler configuration
4 *
5 *****************************************************************************/
6
7/******************************************************************************
8 *

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

393#endif
394
395/* "inline" keywords - configurable since inline is not standardized */
396
397#ifndef ACPI_INLINE
398#define ACPI_INLINE
399#endif
400
1/******************************************************************************
2 *
3 * Name: acenv.h - Host and compiler configuration
4 *
5 *****************************************************************************/
6
7/******************************************************************************
8 *

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

393#endif
394
395/* "inline" keywords - configurable since inline is not standardized */
396
397#ifndef ACPI_INLINE
398#define ACPI_INLINE
399#endif
400
401/* Use ordered initialization if compiler doesn't support designated. */
402#ifndef ACPI_STRUCT_INIT
403#define ACPI_STRUCT_INIT(field, value) value
404#endif
405
401/*
402 * Configurable calling conventions:
403 *
404 * ACPI_SYSTEM_XFACE - Interfaces to host OS (handlers, threads)
405 * ACPI_EXTERNAL_XFACE - External ACPI interfaces
406 * ACPI_INTERNAL_XFACE - Internal ACPI interfaces
407 * ACPI_INTERNAL_VAR_XFACE - Internal variable-parameter list interfaces
408 */

--- 89 unchanged lines hidden ---
406/*
407 * Configurable calling conventions:
408 *
409 * ACPI_SYSTEM_XFACE - Interfaces to host OS (handlers, threads)
410 * ACPI_EXTERNAL_XFACE - External ACPI interfaces
411 * ACPI_INTERNAL_XFACE - Internal ACPI interfaces
412 * ACPI_INTERNAL_VAR_XFACE - Internal variable-parameter list interfaces
413 */

--- 89 unchanged lines hidden ---