/usr/src/linux-headers-5.15.0-181/include/acpi
Edit: /usr/src/linux-headers-5.15.0-181/include/acpi/acpi.h (1363B)
/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */
/******************************************************************************
*
* Name: acpi.h - Master public include file used to interface to ACPICA
*
* Copyright (C) 2000 - 2021, Intel Corp.
*
*****************************************************************************/
#ifndef __ACPI_H__
#define __ACPI_H__
/*
* Public include files for use by code that will interface to ACPICA.
*
* Information includes the ACPICA data types, names, exceptions, and
* external interface prototypes. Also included are the definitions for
* all ACPI tables (FADT, MADT, etc.)
*
* Note: The order of these include files is important.
*/
#include
/* Environment-specific items */
#include /* Common ACPI names and strings */
#include /* ACPICA data types and structures */
#include /* ACPICA exceptions */
#include /* ACPI table definitions */
#include /* Resource Descriptor structs */
#include /* Extra environment-specific items */
#include /* Error output and Debug macros */
#include /* OSL interfaces (ACPICA-to-OS) */
#include /* ACPI core subsystem external interfaces */
#endif /* __ACPI_H__ */