From 09dd11ddf800898c00ecb04a65fb5cd10fb481fa Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 8 May 2024 12:32:41 +0200 Subject: MHR-23: :boom: changes, reworked project tree. Signed-off-by: Amlal El Mahrouss --- Private/Source/PRDT.cxx | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 Private/Source/PRDT.cxx (limited to 'Private/Source/PRDT.cxx') diff --git a/Private/Source/PRDT.cxx b/Private/Source/PRDT.cxx deleted file mode 100644 index b03b311f..00000000 --- a/Private/Source/PRDT.cxx +++ /dev/null @@ -1,22 +0,0 @@ -/* ------------------------------------------- - - Copyright Mahrouss Logic - -------------------------------------------- */ - -#include -#include -#include - -namespace NewOS -{ - /// @brief constructs a new PRD. - /// @param prd PRD reference. - /// @note This doesnt construct a valid, please fill it by yourself. - void construct_prdt(Ref& prd) - { - prd.Leak().fPhysAddress = 0x0; - prd.Leak().fSectorCount = 0x0; - prd.Leak().fEndBit = 0x0; - } -} // namespace NewOS -- cgit v1.2.3