mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-08-28 06:25:02 +00:00
Move ACPI and DSDT files to Core directory
This commit is contained in:
@@ -18,15 +18,10 @@
|
||||
#include <time.hpp>
|
||||
|
||||
#include <memory.hpp>
|
||||
#include <acpi.hpp>
|
||||
#include <debug.h>
|
||||
#include <io.h>
|
||||
|
||||
#if defined(a64)
|
||||
#include "../../Architecture/amd64/acpi.hpp"
|
||||
#elif defined(a32)
|
||||
#elif defined(aa64)
|
||||
#endif
|
||||
|
||||
#include "../../kernel.h"
|
||||
|
||||
namespace Time
|
||||
|
Reference in New Issue
Block a user