⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.131
Server IP:
57.129.66.90
Server:
Linux vps-7f548908 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
src
/
linux-headers-5.15.0-164
/
include
/
acpi
/
Edit File: acpi.h
/* 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__ */
Simpan