feat: added basic ACPI support using LAI
This commit is contained in:
14
include/myke/acpi/acpi.h
Normal file
14
include/myke/acpi/acpi.h
Normal file
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// Created by rick on 22-08-21.
|
||||
//
|
||||
|
||||
#ifndef NEW_KERNEL_ACPI_H
|
||||
#define NEW_KERNEL_ACPI_H
|
||||
|
||||
void acpi_parse();
|
||||
|
||||
void acpi_init();
|
||||
|
||||
void* acpi_find_table_by_name(const char* name, int skip);
|
||||
|
||||
#endif //NEW_KERNEL_ACPI_H
|
||||
Reference in New Issue
Block a user