Initial kernel ACPI support
This commit is contained in:
@@ -9,6 +9,12 @@
|
||||
#include <xtos.h>
|
||||
|
||||
|
||||
/* ACPI tables cache list */
|
||||
LIST_ENTRY HlpAcpiCacheList;
|
||||
|
||||
/* ACPI Root System Description Pointer (RSDP) */
|
||||
PACPI_RSDP HlpAcpiRsdp;
|
||||
|
||||
/* Active processors count */
|
||||
KAFFINITY HlpActiveProcessors;
|
||||
|
||||
|
Reference in New Issue
Block a user