feat: added acpica support
This commit is contained in:
16
include/myke/acpi.h
Normal file
16
include/myke/acpi.h
Normal 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
|
||||
Reference in New Issue
Block a user