feat: added acpica support

This commit is contained in:
2021-03-26 21:16:22 +01:00
parent f120b104e5
commit 6559569544
10 changed files with 1263 additions and 2 deletions

16
include/acpi.h Normal file
View File

@@ -0,0 +1,16 @@
//
// Created by rick on 26-03-21.
//
#ifndef NEW_KERNEL_ACPI_H
#define NEW_KERNEL_ACPI_H
// override acpi.h from ACPICA
// include custom version of acenv.h
#include <platform/acenv.h>
// continue with base acpi.h
#include_next <acpi.h>
#endif //NEW_KERNEL_ACPI_H