Add initial version of ACPI module
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 32s
Builds / ExectOS (i686) (push) Successful in 26s

This commit is contained in:
2024-02-01 16:26:12 +01:00
부모 f55bdb6274
커밋 8a2e49ec60
8개의 변경된 파일302개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@@ -0,0 +1,16 @@
/**
* PROJECT: ExectOS
* COPYRIGHT: See COPYING.md in the top level directory
* FILE: xtldr/modules/acpi/globals.c
* DESCRIPTION: ACPI module global variables
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
*/
#include <xtblapi.h>
/* ACPI Protocol */
XTBL_ACPI_PROTOCOL AcpAcpiProtocol;
/* XTLDR protocol handler */
PXTBL_LOADER_PROTOCOL XtLdrProtocol;