0001
0002
0003
0004
0005
0006
0007
0008
0009
0010 #ifndef __ACPI_H__
0011 #define __ACPI_H__
0012
0013
0014
0015
0016
0017
0018
0019
0020
0021
0022 #include <acpi/platform/acenv.h> /* Environment-specific items */
0023 #include <acpi/acnames.h> /* Common ACPI names and strings */
0024 #include <acpi/actypes.h> /* ACPICA data types and structures */
0025 #include <acpi/acexcep.h> /* ACPICA exceptions */
0026 #include <acpi/actbl.h> /* ACPI table definitions */
0027 #include <acpi/acrestyp.h> /* Resource Descriptor structs */
0028 #include <acpi/platform/acenvex.h> /* Extra environment-specific items */
0029 #include <acpi/acoutput.h> /* Error output and Debug macros */
0030 #include <acpi/acpiosxf.h> /* OSL interfaces (ACPICA-to-OS) */
0031 #include <acpi/acpixf.h> /* ACPI core subsystem external interfaces */
0032
0033 #endif