diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-10 12:09:30 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-10 12:09:30 +0200 |
| commit | d037da53759d768059b6ce43e8b53ae6db737628 (patch) | |
| tree | cd4b0dfb0c6995a8371957af36e2b46e85053f6d /Private/StorageKit | |
| parent | 26bdcc7ea550498dea5d99909c8b51f80fda22c3 (diff) | |
StorageKit:PRDT: Add construct_prdt helper.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/StorageKit')
| -rw-r--r-- | Private/StorageKit/PRDT.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Private/StorageKit/PRDT.hpp b/Private/StorageKit/PRDT.hpp index 12da78ab..f6fa8dd9 100644 --- a/Private/StorageKit/PRDT.hpp +++ b/Private/StorageKit/PRDT.hpp @@ -8,6 +8,7 @@ #include <KernelKit/PCI/Dma.hpp> #include <KernelKit/PCI/Iterator.hpp> +#include <NewKit/Ref.hpp> #define kPrdtTransferSize (sizeof(NewOS::UShort)) @@ -26,5 +27,7 @@ struct PRDT { UInt8 fEndBit; }; +void construct_prdt(Ref<PRDT>& prd); + EXTERN_C Int32 kPRDTTransferStatus; } // namespace NewOS |
