diff options
| author | amlal <amlal@el-mahrouss-logic.com> | 2024-03-09 19:12:48 +0000 |
|---|---|---|
| committer | amlal <amlal@el-mahrouss-logic.com> | 2024-03-09 19:12:48 +0000 |
| commit | 028d7057402051f809bbafa27aa278769732c56b (patch) | |
| tree | c48ecab423f26deb28f3c2ad6818494b9c10ce75 /Private/Drivers | |
| parent | 6f3b9a6359c387766beb5c3be147a9f4f744cbd7 (diff) | |
Microkernel: See below.
- Moved most of GDT code to AMD64's Processor.hpp
- add hal_ category of functions.
Signed-off-by: amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/Drivers')
| -rw-r--r-- | Private/Drivers/AHCI/API.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Private/Drivers/AHCI/API.hxx b/Private/Drivers/AHCI/API.hxx index 2a02b434..5ef58d84 100644 --- a/Private/Drivers/AHCI/API.hxx +++ b/Private/Drivers/AHCI/API.hxx @@ -6,3 +6,5 @@ #pragma once +#include <Drivers/AHCI/Defines.hxx> + |
