/**
 * 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;