1 /* SPDX-License-Identifier: BSD-3-Clause OR GP 1 2 /********************************************* 3 * 4 * Name: acpi.h - Master public include file u 5 * 6 * Copyright (C) 2000 - 2023, Intel Corp. 7 * 8 ********************************************* 9 10 #ifndef __ACPI_H__ 11 #define __ACPI_H__ 12 13 /* 14 * Public include files for use by code that w 15 * 16 * Information includes the ACPICA data types, 17 * external interface prototypes. Also include 18 * all ACPI tables (FADT, MADT, etc.) 19 * 20 * Note: The order of these include files is i 21 */ 22 #include <acpi/platform/acenv.h> /* Env 23 #include <acpi/acnames.h> /* Com 24 #include <acpi/actypes.h> /* ACP 25 #include <acpi/acexcep.h> /* ACP 26 #include <acpi/actbl.h> /* ACPI table 27 #include <acpi/acrestyp.h> /* Res 28 #include <acpi/platform/acenvex.h> /* Ext 29 #include <acpi/acoutput.h> /* Err 30 #include <acpi/acpiosxf.h> /* OSL 31 #include <acpi/acpixf.h> /* ACP 32 33 #endif /* __ACPI_H__ 34
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.