diff options
Diffstat (limited to 'Private/Source')
| -rw-r--r-- | Private/Source/RuntimeMain.cxx | 2 | ||||
| -rw-r--r-- | Private/Source/Storage/ATA.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Private/Source/RuntimeMain.cxx b/Private/Source/RuntimeMain.cxx index 0cbdac1c..e042fb82 100644 --- a/Private/Source/RuntimeMain.cxx +++ b/Private/Source/RuntimeMain.cxx @@ -8,7 +8,7 @@ */ #include <ArchKit/ArchKit.hpp> -#include <EFIKit/BootProtocol.hxx> +#include <EFIKit/Handover.hxx> #include <KernelKit/FileManager.hpp> #include <KernelKit/PEFCodeManager.hxx> #include <NewKit/Json.hpp> diff --git a/Private/Source/Storage/ATA.cxx b/Private/Source/Storage/ATA.cxx index 9d7a204e..7d8ce32f 100644 --- a/Private/Source/Storage/ATA.cxx +++ b/Private/Source/Storage/ATA.cxx @@ -11,7 +11,7 @@ #include <StorageKit/ATA.hpp> //! @brief ATA DMA Driver -//! mapped by UEFI. +//! @todo: Rework into a proper ATA DMA. /// bugs 0 |
