Add initial version of ACPI module

This commit is contained in:
2024-02-01 16:26:12 +01:00
parent f55bdb6274
commit 8a2e49ec60
8 changed files with 302 additions and 0 deletions

View File

@@ -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;