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