From bb83659cf509f659cf1dd2e4ad239a32ad9ce119 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 3 Feb 2024 10:07:06 +0100 Subject: WiP: See below. - GetDevicePathSize - IsDevicePathValid - DuplicateDevicePath - Fix kernel build on MinGW-gcc. - Will also work on kernel disk bootstrap drivers (ATA, NVME). - Add compile_flags.txt for drivers to lint correctly. Signed-off-by: Amlal El Mahrouss --- Private/Source/RuntimeMain.cxx | 2 +- Private/Source/Storage/ATA.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Private/Source') 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 -#include +#include #include #include #include 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 //! @brief ATA DMA Driver -//! mapped by UEFI. +//! @todo: Rework into a proper ATA DMA. /// bugs 0 -- cgit v1.2.3