⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.164
Server IP:
157.245.143.252
Server:
Linux www 6.11.0-29-generic #29-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 13 20:29:41 UTC 2025 x86_64
Server Software:
nginx/1.26.0
PHP Version:
8.3.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
modules
/
6.11.0-9-generic
/
build
/
include
/
acpi
/
View File Name :
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 - 2023, 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__ */