Deleted Added
full compact
acpi.h (126372) acpi.h (151600)
1/******************************************************************************
2 *
3 * Name: acpi.h - Master include file, Publics and external data.
4 * $Revision: 57 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************

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

117#ifndef __ACPI_H__
118#define __ACPI_H__
119
120/*
121 * Common includes for all ACPI driver files
122 * We put them here because we don't want to duplicate them
123 * in the rest of the source code again and again.
124 */
1/******************************************************************************
2 *
3 * Name: acpi.h - Master include file, Publics and external data.
4 * $Revision: 57 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************

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

117#ifndef __ACPI_H__
118#define __ACPI_H__
119
120/*
121 * Common includes for all ACPI driver files
122 * We put them here because we don't want to duplicate them
123 * in the rest of the source code again and again.
124 */
125#include "acconfig.h" /* Configuration constants */
126#include "acenv.h" /* Target environment specific items */
127#include "actypes.h" /* Fundamental common data types */
128#include "acexcep.h" /* ACPI exception codes */
129#include "acmacros.h" /* C macros */
130#include "actbl.h" /* ACPI table definitions */
131#include "aclocal.h" /* Internal data types */
132#include "acoutput.h" /* Error output and Debug macros */
133#include "acpiosxf.h" /* Interfaces to the ACPI-to-OS layer*/
134#include "acpixf.h" /* ACPI core subsystem external interfaces */
135#include "acobject.h" /* ACPI internal object */
136#include "acstruct.h" /* Common structures */
137#include "acglobal.h" /* All global variables */
138#include "achware.h" /* Hardware defines and interfaces */
139#include "acutils.h" /* Utility interfaces */
125#include <contrib/dev/acpica/acconfig.h> /* Configuration constants */
126#include <contrib/dev/acpica/acenv.h> /* Target environment specific items */
127#include <contrib/dev/acpica/actypes.h> /* Fundamental common data types */
128#include <contrib/dev/acpica/acexcep.h> /* ACPI exception codes */
129#include <contrib/dev/acpica/acmacros.h> /* C macros */
130#include <contrib/dev/acpica/actbl.h> /* ACPI table definitions */
131#include <contrib/dev/acpica/aclocal.h> /* Internal data types */
132#include <contrib/dev/acpica/acoutput.h> /* Error output and Debug macros */
133#include <contrib/dev/acpica/acpiosxf.h> /* Interfaces to the ACPI-to-OS layer*/
134#include <contrib/dev/acpica/acpixf.h> /* ACPI core subsystem external interfaces */
135#include <contrib/dev/acpica/acobject.h> /* ACPI internal object */
136#include <contrib/dev/acpica/acstruct.h> /* Common structures */
137#include <contrib/dev/acpica/acglobal.h> /* All global variables */
138#include <contrib/dev/acpica/achware.h> /* Hardware defines and interfaces */
139#include <contrib/dev/acpica/acutils.h> /* Utility interfaces */
140
141
142#endif /* __ACPI_H__ */
140
141
142#endif /* __ACPI_H__ */