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/myke/acpi.h Normal file
View File

@@ -0,0 +1,16 @@
//
// Created by rick on 25-03-21.
//
#ifndef NEW_KERNEL_ACPI_H
#define NEW_KERNEL_ACPI_H
#include <attributes.h>
void acpi_init_task();
void att_noreturn acpi_shutdown();
void att_noreturn acpi_restart();
#endif //NEW_KERNEL_ACPI_H